/*
    品尚金服样式表
    @author moran
*/
@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style-type: none;
    -webkit-text-size-adjust: none;
    zoom: 1;
    resize: none;
    font-family: "微软雅黑", arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: baseline;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-ms-touch-action: none;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal
}
img {
    -ms-interpolation-mode: bicubic;                      /*iE7.0中自带的-ms-interpolation-mode属性可以解决缩放失真问题*/
    font-size: 0px
}
a {
    text-decoration: none;
    color: #727171;
    cursor: pointer
}
i {
    /* 所有i标签均用于图标 */   
    display: inline-block;
    font-style: normal;
    background-position: center;
    background-repeat: no-repeat
}
article,pre {
    white-space: pre-line;
    word-break: keep-all;
    word-wrap: break-word
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset
}

/* 让Chrome内核在自动填表的时候不显示黄底 */
button::-moz-focus-inner {
    border-color: transparent !important
}

/* 去除火狐浏览器点击button时出现的边框虚线 */
::-moz-focus-inner {
    outline: none
}

/* 去除火狐浏览器下选中焦点时的虚线外框 */
:active {
    outline: none
}
:focus {
    outline: none;
}
input.disabled {
    /* 仅适用文本框。文本框不可用状态样式(不可与:disabled伪类冲突) */
    
    background-color: #F5F5F5 !important;
    opacity: 1 !important;
}
.notransition,
.notransition * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

/* 超出元素的多余文字不换行，将多余部分替换成... */
.overflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* 清除浮动 */
.clear {
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}
.clearfloat {
    zoom: 1
}

/* 不可选中 */
.noselect {
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
html body {
    width: 100%;
    height: 100%;
	background: #f7f8f8;
}
body {
    margin: 0 auto;
    position: relative;
    background: #fff;
}

/*首页样式表*/

#headerTop{
    height: 40px;
    width: 100%;
    background: #eeeeee;
}
.header-top{
    height: 40px;
    width: 1200px;
    margin: 0 auto;
}
.header-top .top-left{
    line-height:40px;
    color: #727171;
    font-size: 15px;
}
.header-top .top-links{
    float: right;
}
.header-top .top-links a{
    line-height: 40px;
    color: #727171;
    font-size: 14px;
    margin: 0 10px;
}
#header {
    width: 100%;
    height: 90px;
    background: #fff;
}
.header {
    height: 90px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.header >a {
    margin-top: 19px;
    display: inline-block;
    float: left;
}
.bannnerBox img {
    width: 100%;
}
.header ul {
    float: right;
    font-family: PingFangSC-Semibold;
    letter-spacing: 0;
    margin-top: 13px;
    margin-right: 180px;
}
.header ul li {
    position: relative;
    float: left;
    padding: 20px;
    font-size: 18px;
}
 .header ul li.active {
    border-bottom: 3px solid #ff9f1a;
}
.header ul li.active a {
    color: #ff9f1a;
} 

.subMenu {
    display: none;
    position: absolute;
    margin-top: 40px!important;
    top: 10px;
    left: 0;
    width: 150px;
    padding: 8px;
    text-align: left;
    background: #fff;
    box-shadow: 0px 1px 1px 1px #ddd;
    z-index: 99999;
}

.subMenu li {
    line-height: 16px;
    font-size: 16px!important;
    padding: 10px!important;
}

.userNameDiv {
    display: none;
    line-height: 65px;
    float: right;
    position: relative;
    margin-top: 13px!important;
}

.btnBox {
    font-size: 16px;
    color: #666666;
    position: absolute;
    height: 40px;
    right: 0px;
    border-left: 1px solid #dadada;
    top: 25px;
    padding-left: 20px;
    max-width: 175px;

}
.btnBox span {
    display: inline-block;
    border: 1px solid #dadada;
    width: 58px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin-top: 4px;
    margin-right: 5px;
    cursor: pointer;
	border-radius: 3px;

}
.btnBox span:hover{
	background: #ffb248;
	color: #ffffff;
	border-color:#ffb248;
}
.Logged >div#nickName{
  	height: 40px;
    line-height: 40px;
    padding-left: 35px;
    background-image: url(../../images/psjf/user.png);
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
    color:#ff9f1a;
}
.Logged >div#nickName img { 
	margin-left:10px;
	margin-bottom:-2px;
}
#center{
    position: absolute;
    z-index: 999;
    background: #ffffff;
    width: 120px;
    display: none;
}
#center p{
    line-height: 30px;
    padding-left: 8px;
    cursor: pointer;
}
#toExit{
    background:none;
    cursor: pointer;
}
/*头部样式结束*/
.bannnerBox {
    width: 100%;
}
.cont {
    width: 1200px;
    margin: 0 auto;
}
.rzBox {
    margin-top: 20px;
}
.rzLeft {
    background: #ffffff;
    border: 1px solid #dddddd;
    width: 818px;
    height: 238px;
    float: left;
}

/*数字体现*/
.rzRight {
    background: #ffffff;
    border: 1px solid #dddddd;
    width: 368px;
    height: 238px;
    float: left;
    margin-left: 10px;
}
.rzRight .title {
    font-size: 14px;
    color: #666666;
    text-align: left;
    background: #f8f8f8;
    height: 60px;
    line-height: 60px;
    padding-left: 40px;
}
.rzRight .number {
    height: 40px;
    padding-left: 35px;
    margin-left: 25px;
    background-image: url(../../images/psjf/index/book.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-top: 25px;
    font-size: 12px;
    color: #666;
}
.rzRight .money {
    height: 40px;
    margin-left: 25px;
    padding-left: 35px;
    background-image: url(../../images/psjf/index/money.png);
    background-repeat: no-repeat;
    margin-top: 25px;
    background-position: left center;
    font-size: 12px;
    color: #666;
}
.rzRight b {
    display: inline-block;
    border: 1px solid #dddddd;
    font-family: Arial-Black;
    font-size: 24px;
    color: #e4583d;
    margin-left: 3px;
    height: 38px;
    line-height: 38px;
    width: 28px;
    border-radius: 4px;
    text-align: center;
}
.rzRight a {
    font-size: 24px;
    color: #e4583d;
    font-family: PingFangSC-Semibold;
    margin-right: -10px;
}
.rzRight span {
    margin-left: 10px;
}
.picBox {
    padding: 10px 0px;
    background: #fff;
    margin-top: 20px;
    height: 198px;
    border: 1px solid #dddddd;
}
.picBox >div {
    float: left;
    margin-left: 14px;
    position: relative;
}
.picBox >div dl {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -55px;
    width: 110px;
    height: 135px;
    margin-top: -68px;
    text-align: center;
    color: #fff;
}
.enterBox {
    margin-top: 20px;
}
.enterBox .jypt,
.enterBox .yhdk {
    background: #ffffff;
    border: 1px solid #dddddd;
    width: 593px;
    float: left;
    height: 249px;
}
.enterBox .jypt {
    margin-right: 14px;
}
.enterBox .jypt .title,
.enterBox .yhdk .title {
    background: #f8f8f8;
    height: 40px;
    position: relative;
}
.enterBox .jypt .title span,
.enterBox .yhdk .title span {
    width: 160px;
    height: 44px;
    display: inline-block;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 20px;
    top: -10px;
    left: 15px;
    position: absolute;
    border-radius: 2px;
}
.enterBox .jypt .title span {
    background: #e4583d;
    box-shadow: inset 0 -2px 0 0 #b60000;
}
.enterBox .yhdk .title span {
    background: #1f88d5;
    box-shadow: inset 0 -2px 0 0 #035fa3;
}
.enterBox .jypt .title label,
.enterBox .yhdk .title label {
    line-height: 40px;
    font-size: 14px;
    color: #666666;
    margin-left: 200px;
}

/*三个进入前往按钮的样式*/
.enterBox .jypt .title a,
.enterBox .yhdk .title a,
.hzjgBox .title a {
    width: 99px;
    height: 31px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    color: #fff;
    background-repeat: no-repeat;
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}
.enterBox .jypt .title a {
    background-image: url(../../images/psjf/index/enter.png);
}
.enterBox .yhdk .title a {
    background-image: url(../../images/psjf/index/ljsq.png);
}
.hzjgBox .title a {
    background-image: url(../../images/psjf/index/ljqw.png);
}
.jyptLeft {
    width: 330px;
    float: left;
}
.jyptLeft dl {
    width: 50%;
    float: left;
    text-align: center;
    margin-top: 50px;
}
.jyptLeft dl dd {
    margin-top: 35px;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0.35px;
}
.jyptRight {
    width: 261px;
    float: left;
}
.jyptRight ul {
    margin-top: 35px;
    padding-left: 20px;
}
.jyptRight ul li {
    font-size: 16px;
    color: #666666;
    line-height: 35px;
    padding-left: 30px;
    background-image: url(../../images/psjf/index/circle.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.yhdkLeft,
.yhdkRight {
    width: 50%;
    float: left;
    padding: 25px;
}
.yhdkLeft dl dt,
.yhdkRight dl dt {
/*    background-image: linear-gradient(90deg, #38c4ff 0%, #1f88d5 100%);*/
    border-radius: 6px;
    color: #fff;
    width: 243px;
    height: 71px;
    position: relative;
/*    font-size: 18px;*/
    background-repeat: no-repeat;
    color: #ffffff;
/*    letter-spacing: 0.45px;*/
/*    padding-left: 25px;*/
/*    line-height: 71px;*/
    margin-bottom: 10px;
}
.yhdkLeft dl dd,
.yhdkRight dl dd {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0.35px;
    line-height: 30px;
    padding-left: 25px;
    margin-left: 5px;
    background-image: url(../../images/psjf/index/yq.png);
    background-repeat: no-repeat;
    background-position: left center;
}
/*
.yhdkLeft dl dt img,
.yhdkRight dl dt img {
    position: absolute;
    right: 15px;
    top: 15px;
}
*/
.hzjgBox {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    height: 198px;
}
.hzjgBox .title {
    position: relative;
    background: #f8f8f8;
    height: 40px;
	border-bottom: 1px solid #cdcdcd;
}
.hzjgBox .title span {
    border-radius: 2px;
    color: #fff;
    height: 44px;
	font-size: 22px;
    text-align: center;
    line-height: 44px;
    display: inline-block;
    position: absolute;
    left: 15px;
	color: #3f3b3a;
    top: -10px;
}
.hzjgBox .title label {
    line-height: 40px;
    font-size: 14px;
    color: #666666;
    margin-left: 120px;
}

/*公用底部样式开始*/
.footBox {
    width: 100%;
    margin-top: 20px;
    background: #ffffff;
    height: 200px;
    color: #fff;
}
.footNav {
    height: 170px;
    width: 1200px;
    padding-top: 30px;
    margin: 0 auto;
    position: relative;
}
.footNavLeft {
    padding-left: 50px;
}
.footNavLeft dl {
    width: 120px;
    float: left;
}
.footNavLeft dd #weixinhao{
    position: relative;

}
.footNavLeft dd a {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.3px;
    color: #727171;
}
.footNavLeft dt {
    margin-bottom: 15px;
	color: #055cc2;
}
.footNavLeft dd .weibo {
    margin-right: 15px;
}
.footNavRight {
    position: absolute;
    right: 15px;
    top: 30px;
}
.footNavRight li {
    line-height: 35px;
	color: #055cc2;
}
.size24 {
    font-size: 24px;
}
.size18 {
    font-size: 18px;
}
.size12 {
    font-size: 12px;
}
.size14 {
    font-size: 14px;
}
.footBox .copyRight {
    height: 30px;
    line-height: 30px;
    background: #5e5e5e;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}
.psdscode{
    position: absolute;
    top:  -60px;
    right: -130px;
    background-color: #fff;
    width:120px;
    display:none;
    height:120px;
}
.psdscode img{
    width: 101px;
    height: 101px;
    margin-left: 8px;
    margin-top: 10px;
}
/*公用底部结束*/
.rzLeftNav {
    height:50px;
    padding:0 40px;
    background:#ff8027;
}
.rzLeftNav ul {
	margin:0 auto;
}
.rzLeftNav li {
	float:left;
    height: 50px;
    width:147px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    
 
}
.rzLeftNav li a{
    color:#fff;
    display: inline-block;
    height: 42px;
    width: 137px;
    background:#c8631c;
    border-radius:6px 6px 0 0;
    line-height: 42px;
    margin:0 5px;
    margin-top: 8px;
    font-size: 16px;
}
.rzLeftNav li.active a {
    background: #ffffff;
    color: #333333;
    border-right: none;
   color:#ff9f1a;
    font-size: 16px;
}
.rzLeftCont {
    width: 100%;
    float: left;
    height: 186px;
    position: relative;
}
.rzLeftCont>div {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
}
.rzLeftCont>div.active {
    display: block;
}
.rzLeftCont>div {
    padding: 20px;
}
.rzLeftCont>div .divsm{
	float:left;
	width:580px;
	padding-right:20px;
}
.rzLeftCont>div .divsm p {
    font-size: 14px;
    color: #666;
    letter-spacing: 0.5px;
    text-indent: 2em;
    margin-left:27px;
}
.rzLeftCont>div .divsm table {
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
    text-align: center;
    border: 1px solid #dddddd;
}
.rzLeftCont>div .divsm table td,
.rzLeftCont>div .divsm table th {
    border: 1px solid #dddddd;
    height: 30px;
    vertical-align: middle;
}
.rzLeftCont>div .divsm table th {
    color: #999999;
    font-size: 14px;
}
.rzLeftCont>div .divsm table thead {
    background: #f5f5f5;
}
.ljsq {
	float:left;
	width:187px;
	height:100%;
    border-left: 1px solid #dddddd;
    padding-left: 20px;
    font-size: 14px;
    position: relative;
}
.ljsq a {
    color: #76aede;
}
.ljsq .ljsqBtn {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: #ff9f1a;
    border-radius: 4px;
    width: 160px;
    height: 47px;
    line-height: 47px;
    position: absolute;
    right: 4px;
    top: 88px;
}

/*合作机构logo轮播样式*/
.slideGroup .slideBox {
    overflow: hidden;
    zoom: 1;
    padding: 10px 50px;
    position: relative;
}
.slideGroup .slideBox .sPrev {
position: absolute;
    background-image: url(../../images/psjf/index/pre.png);
    display: inline-block;
    width: 25px;
    height: 35px;
    left: 15px;
    top: 60px;
    background-repeat: no-repeat;
}
.slideGroup .slideBox .sNext {
    position: absolute;
    background-image: url(../../images/psjf/index/next.png);
    display: inline-block;
    width: 25px;
    height: 35px;
    right: 15px;
    top: 60px;
    background-repeat: no-repeat;
}
.slideGroup .parBd ul {
    overflow: hidden;
    zoom: 1;
}
.slideGroup .parBd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}
.slideGroup .parBd ul li .pic {
    text-align: center;
    display: table-cell;
    width: 260px;
    height: 130px;
    line-height: 130px;
}
.slideGroup .parBd ul li .pic img {
    vertical-align: middle;
}

/*首页轮播样式*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 260px;
    background: #000;
}
.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.fullSlide .bd ul {
    width: 100% !important;
}
.fullSlide .bd li {
    width: 100% !important;
    height: 260px;
    overflow: hidden;
    text-align: center;
}
.fullSlide .bd li a {
    display: block;
    height: 320px;
}
.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
}
.fullSlide .hd ul {
    text-align: center;
}
.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 10px;
    height: 10px;
    margin: 8px;
    overflow: hidden;
    background-image: url(../../images/psjf/circle.png);
    filter: alpha(opacity=50);
    opacity: 0.5;
    line-height: 999px;
}
.fullSlide .hd ul .on {
      background-image: url(../../images/psjf/circleActive.png);
}
.fullSlide .prev,
.fullSlide .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    left: 15%;
    z-index: 1;
    width: 40px;
    height: 60px;
    background: url(../../images/psjf/index/slider-arrow.png) -126px -137px #000 no-repeat;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}
.fullSlide .next {
    left: auto;
    right: 15%;
    background-position: -6px -137px;
}

/*登录窗口*/
.cover {
    position: fixed;
    width: 100%;
    top: 0px;
    height: 100%;
    z-index: 8888;
    background: rgba(0,0,0,.5);
    display: none;
}
.loginBox {
    background: #ffffff;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.50);
    border-radius: 2px;
    position: absolute;
    left: 50%;
    margin-left: -220px;
    top: 300px;
    display: none;
    z-index: 9999;
    padding: 15px 10px;
}
.loginBox .title {
    text-align: center;
    font-size: 20px;
    color: #333333;
    position: relative;
    line-height: 40px;
}
.loginBox .title .closeBtn {
    position: absolute;
    top: -85px;
    right: 0px;
    cursor: pointer;
}
.loginBox ul li {
    margin-top: 15px;
    padding:0px 20px;
}
.loginBox ul li label {
    display: inline-block;
    width: 70px;
    font-size: 16px;
    color: #666666;
}
.loginBox ul li input {
    background: #ffffff;
    border-radius: 20px;
    width: 280px;
    border: 1px solid #dadada;
    height: 40px;
    font-size: 16px;
    color: #333333;
    padding-left: 15px;
}
.loginBox ul li .login {
    background: #ff9f1a;
    display: inline-block;
    text-align: center;
    border-radius: 20px;
    line-height: 40px;
   width: 100%;
    height: 40px;
    color: #fff;
}
.loginBox ul li .forget {
    color: #72ace3;
}
.register {
    float: right;
    margin-right: 15px;
}

/*融资案例*/
.rzal {
    background: #ffffff;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.50);
    border-radius: 2px;
    width: 700px;
    height: 323px;
    position: absolute;
    top: 300px;
    margin-left: -350px;
    left: 50%;
    z-index: 9999;
    padding: 20px 30px;
    display: none;
}
.rzal .title {
    line-height: 50px;
    font-family: .PingFangSC-Semibold;
    font-size: 22px;
    position: relative;
    color: #ff9f1a;
    padding-left: 100px;
}
.rzal .title .closeBtn2 {
    position: absolute;
    right: -20px;
    top: -89px;
    cursor: pointer;
}
.rzalBox .rzalLeft {
    width: 100px;
    float: left;
}
.rzalBox .rzalRight p {
    line-height: 45px;
    font-size: 18px;
}
.rzalBox .rzalRight>div {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}

/*首页样式结束  合作机构样式开始*/
.coopCont {
    background: #ffffff;
    box-shadow: 0 20px 30px 0 rgba(99, 52, 18, 0.12);
    border-radius: 2px;
    width: 1004px;
    margin: 0 auto;
    margin-top: 57px;
    min-height: 500px;
    padding-bottom: 50px;
}
.coopList{
    height: 593px;
}
.coopSqrz {
    height: 250px;
    background-image: url(../../images/psjf/pic/hzjg.png);
    background-repeat: no-repeat;
    padding: 20px 51px;
}
.coopSqrz h1 {
    font-size: 26px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0;
}
.coopIntro {
    font-size: 14px;
    color: #ffffff;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #FFFFFF;
}
.coopIntro p {
    text-indent: 2em;
}
.sqrzBtn {
    text-align: center;
}
.sqrzBtn a {
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
    background: #ff9f1a;
    box-shadow: 0 5px 10px 0 rgba(69, 46, 16, 0.39);
    border-radius: 100px;
    width: 195px;
    line-height: 40px;
    margin-top: 20px;
    height: 42px;
}
.coopList ul {
    width: 850px;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 50px;
}
.coopList ul li {
    font-size: 18px;
    color: #666666;
    line-height: 50px;
    cursor: pointer;
    border-bottom: 1px solid #dadada;
}
.coopList ul li a {
    color: #666666;
    float: right;
}

/*弹出入驻窗口*/
.coopEnterBox {
    background: #ffffff;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.50);
    border-radius: 2px;
    width: 440px;
    height: 374px;
    position: absolute;
    left: 50%;
    margin-left: -220px;
    top: 320px;
    z-index: 9999;
    padding: 20px;
    display: none;
}
.coopEnterBox .title {
    text-align: center;
    font-size: 20px;
    color: #333;
    position: relative;
}
.coopEnterBox ul {
    padding: 0px 20px;
}
.coopEnterBox ul li {
    margin-top: 15px;
}
.coopEnterBox ul li input,
.coopEnterBox ul li select {
    background: #f8f8f8;
    border-radius: 20px;
    width: 100%;
    height: 40px;
    padding-left: 15px;
    font-size: 16px;
    color: #999999;
    padding-right: 15px;
}
.coopEnterBox ul li .enterBtn {
    background: #ff9f1a;
    border-radius: 20px;
    width: 100%;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    height: 40px;
    color: #fff;
    margin-top: 20px;
}
.closeCoopBox {
    position: absolute;
    right: -20px;
    top: -90px;
    cursor: pointer;
}
.coopEnterBox dl {
    text-align: center;
    margin-top: 10px;
}
.coopEnterBox dl dt img {
    width: 165px;
}
.coopEnterBox dl dd {
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
}
.coopEnterBox dl dd.orange {
    font-size: 20px;
    color: #ff9f1a;
    letter-spacing: 0;
    margin-top: 0px;
}
.returnIndex {
    text-align: center;
}
.rzSuccess .returnIndex a {
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
    background: #ff9f1a;
    box-shadow: 0 5px 10px 0 rgba(69, 46, 16, 0.39);
    border-radius: 100px;
    width: 195px;
    height: 42px;
    color: #ffffff;
}
.rzSuccess {
    display: none;
}

/*合作机构页面样式*/
.coopDetailBox {
    padding: 30px 15px;
     font-size: 14px;
    color: #999999;
    letter-spacing: 0;
      text-indent: 2em;
    line-height: 22px;
   
}
.coopDetailBox  .title{
    font-size: 22px;
    line-height: 50px;
     text-align: center;
}
/*
.coopLeft {
    float: left;
    width: 200px;
    text-align: center;
}
.coopDetailBox .coopRight {
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    line-height: 22px;
    width: 750px;
    text-align: left;
    float: left;
}
.coopDetailBox .coopRight p {
    text-indent: 2em;
}
*/
.return a {
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    display: inline-block;
    background: #ff9f1a;
    box-shadow: 0 5px 10px 0 rgba(69, 46, 16, 0.39);
    border-radius: 100px;
    width: 195px;
    height: 42px;
    line-height: 40px;
}

/*融资服务页面样式表*/
.rzfwCont {
    width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
}
.rzfwTab {
    text-align: center;
}
.rzfwCont .rzfwTab a {
    background: #ffffff;
    box-shadow: 0 5px 10px 0 rgba(99, 52, 18, 0.12);
    border-radius: 2px;
    width: 150px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    color: #cccccc;
    margin:0 20px;
}
.rzfwCont .rzfwTab a.active {
    background: #ff9f1a;
    box-shadow: 0 20px 30px 0 rgba(99, 52, 18, 0.12);
    color: #ffffff;
}
.rzfwExplain {
    margin-top: 30px;
}
.rzfwExplain>div {
    background: #ffffff;
    box-shadow: 0 20px 30px 0 rgba(99, 52, 18, 0.12);
    border-radius: 2px;
    width: 1000px;
    /* height: 1205px; */
    padding: 45px 80px;
}
.rzfwExplain>div .title {
    text-align: center;
    font-size: 22px;
    color: #333333;
}
.rzfwExplain>div .explainList {
    font-size: 14px;
    color: #333333;
    margin-top: 35px;
}
.rzfwExplain>div .explainList dl {
    margin-top: 30px;
}
.rzfwExplain>div .explainList dl dd {
    margin-top: 25px;
}
.rzfwExplain>div .explainList .applyNow {
    text-align: center;
    margin-top: 100px;
}
.rzfwExplain>div .explainList .applyNow a {
    background: #ff9f1a;
    border-radius: 100px;
    width: 167px;
    height: 41px;
    color: #ffffff;
    display: inline-block;
    line-height: 40px;
    font-size: 18px;
}

/*融资进度样式表*/
.rzjdCont {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
/*左边导航*/
.contLeft {
    background: #ffffff;
    border-radius: 2px;
    width: 170px;
    padding: 15px 0px;
    float: left;
}
.contLeft ul{
    padding-top: 10px;
}
.contLeft ul li{
    margin-top: 15px;
    text-align: center;
}
.contLeft ul li a {
    background: #f3f3f3;
    width: 120px;
    height: 35px;
    font-size: 16px;
    color: #666666;
    display: inline-block;
    text-align: center;
    line-height: 35px;
}
.contLeft ul li a.active{
    background:#ff9f1a;
    color: #FFFFFF;
}
/*右边内容*/
.contRight{
    width: 1010px;
    margin-left: 10px;
    background:#ffffff;
    border-radius:2px;
    width:1010px;
    min-height:600px;
    float: left;
    padding: 10px 20px 20px 20px;
}
.contRight ul li{
    background:#f3f3f3;
    font-size: 14px;
    height:35px;
    margin-top: 20px;
    line-height: 35px;
}
.contRight ul li span{
    display: inline-block;
    width: 96px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666666;
    float: left;
}
.contRight ul li span.short{
    width: 60px;
}
.contRight ul li span.long{
    width: 110px;
}
.contRight ul li.title{
    background:#ff9f1a;
   color: #ffffff;
}
.contRight ul li.title span{
    color: #ffffff;
}
.contRight ul li a{
 color:#72ace3;
    float: right;
    margin-right: 10px;
}
/*融资进度样式表结束 关于品尚样式开始*/
.aboutUsCont{
    background:#ffffff;
    margin: 0 auto;
    box-shadow:0 20px 30px 0 rgba(99,52,18,0.12);
    border-radius:2px;
    width:1003px;
  
    margin-top: 50px;
    padding: 50px;
}
.aboutUsCont .title{
    font-size:26px;
    color:#333333;
    letter-spacing:0;
    text-align:center;
}
.aboutUsCont .psds{
    margin-top: 30px;
    font-size: 14px;
    color: #333;
}
.aboutUsCont dl dt{
    font-size: 16px;
    margin-top: 30px;
    font-weight:bolder;
    color:#555;
}
.aboutUsCont dl dd{
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}
.aboutUsCont ul{
    margin-top: 30px;
}
.aboutUsCont .map{
    margin-top: 25px;
}
/*交易平台样式表*/
.jyptCont{
    width: 1006px;
    margin: 0 auto;
    margin-top: 50px;
}
.jyptBox img{
    width: 100%;
}
.jyptBox{
    position: relative;
}
.jyptBox dl{
    position: absolute;
    bottom: 60px;
        padding: 0px 45px;
}
.jyptBox dl dt{
font-size:36px;
color:#ffffff;
letter-spacing:0;
text-shadow:0 2px 4px rgba(0,0,0,0.50);
text-align:left;
    line-height: 80px;
}
.jyptBox dl dd{
    font-size:14px;
    color:#999999;
    letter-spacing:0;
    text-align:left;
}
/*修改密码页面样式*/
.passwordBox{
    width: 480px;
    margin: 0 auto;
    margin-top: 25px;
    display: none;
}
.passwordBox .title{
    font-size:16px;
    color:#333333;
    padding-left: 100px;
}
.passwordBox p input{
    margin-top: 20px;
    background:#f3f3f3;
    border-radius:100px;
    width:271px;
    height:35px;
    font-size: 16px;
    padding-left: 15px;
    color: #cccccc;
}
.confirmBtn a{
    background:#ff9f1a;
    border-radius:100px;
    width:170px;
    height:35px;
    display: inline-block;
    margin-top: 25px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-left: 40px;
}
/*融资案例页面样式表*/
.caseCont{
   background:#ffffff;
    box-shadow:0 20px 30px 0 rgba(99,52,18,0.12);
    border-radius:2px;
    width:1003px;
    margin: 0 auto;
    padding: 15px 25px 50px 25px;
    margin-top: 50px;
    margin-bottom: 80px;
}
.caseBox{
    margin-top: 50px;
}
.caseLeft{
    width: 100px;
    float: left;
    padding-top: 30px;
}
.caseRight{
    width: 853px;
    float: left;
}
.caseRight .type{
    color: #ff9f1a;
    font-size: 28px;
    line-height: 50px;
}
.caseRight .title{
    font-size: 18px;
    line-height: 35px;
    color: #666666;
}
.caseRight .caseDesc{
    font-size: 16px;
    color: #999999;
}

/*加载进度图*/
div.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../../images/psjf/b40.png);
    z-index: 20000;
}
div.loading:before {
    content: "";
    font-size: 30px;
    letter-spacing: 15px;
    text-align: center;
    color: #fff;
    width: 500px;
    height: 300px;
    display: block;
    background-image: url(../../images/psjf/loading1.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.mohu {
    filter: url(blur.svg#blur);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShadow=false);
}

/*首页改版 start*/
/*统计*/
.holdBg{
	width: 100%;
	background:#ffffff;
}
/* .sistic{
    width: 100%;
    padding: 10px 0;
	background: #ffffff;
}
.sistic-time{
    font-size: 16px;
    color: #666;
}
.sistic-time span{
    color: #ff9f1a;
    font-size: 20px;
    margin: 0 5px;
}
.sistic-cont{
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    padding-top: 8px;
}
.sistic-subcont{
    float: left;
    width: 300px;
    text-align: center;
}
.sistic-subcont .title{
    margin: 4px 0;
    font-size: 17px;
    color: #595857;
    text-align: center;
}
.sistic-subcont .title img{
	vertical-align: middle;
	margin-right:8px;
}


.sistic-subcont  .num{
    color: #ff9f1a;
    margin-right: 5px;
	color:#ffb248; 
    margin-left: 5px;
} */
/*模块*/
.modules{
    height: 226px;
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
	background-image: url(../../images/psjf/index/bg.png);
	background-repeat: no-repeat;
}
.modules dl{
	text-align: center;
	width: 25%;
	float: left;
	position: relative;
	height: 100%;
	padding-top: 15px;
	cursor: pointer;
}
.modules dl dd{
	font-size: 12px;
	color: #9fa0a0;
	margin-top: 10px;
}
.modules dl dd.bigSize{
	color: #3f3b3a;
	font-size: 20px;
}
.orangeCover{
	 /*filter: alpha(opacity=60);
	   IE滤镜，透明度50%
		-moz-opacity: 0.6;
	  Firefox私有，透明度50%
		opacity: 0.6;
	   其他，透明度50%
	*/
    position: absolute;
    width: 99%;
    top: 0px;
	border-radius: 8px;
	left: 0px;
    height: 100%;
    z-index: 8888;
	background-color:rgba(252,188,100,0.8);
		display: none;
/*    background: #fbbb63;*/
/*    display: none;*/
}
.orangeCover .applyBtn{
	display: inline-block;
	background: #ffffff;
	width: 145px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 25px;
	margin-top: 95px;
	color: #ffb248;	
}
.avataBox{
	text-align: center;
}
.avataBox img{
	max-width: 60%;
}
/*首页改版 end*/
.closeBtnBox{
text-align:center;
}
.closeBtn{
    display:inline-block;
    width:170px;
    height:40px;
    text-align:center;
    line-height:40px;
    color:#fff;
    background:#FFB248;
    margin-top:30px;
    border-radius:20px;
    
}
.doneBox{
    width:500px;
    height:530px;
    background:rgba(255,255,255,1);
    border-radius:17px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    padding-top: 80px;
}
.resultMoney{
    font-size:48px;
    color:#FFB248;
    text-align:center;
    margint-top:120px;
}
.desc{
    width:80%;
    margin:0 auto;
    text-align:center;
    margin-top:25px;
}
.qyBoxLeft,.grBoxLeft{
    width: 50%;
    /* float: left; */
    margin: 0 auto;
    padding-top: 55px;
}
.grBoxRight, .qyBoxRight {
    width: 50%;
    /* float: left; */
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.grBoxRight .title,.qyBoxRight .title{
    text-align: center;
    font-size: 36px;
    color: #FFB248;
}
/*.step3 {
    position: absolute;
    left: 50%;
    width: 700px;
    top: 50%;
    background: #fff;
    transform: translate(-50%,-50%);
}*/
.step2 {
    position: absolute;
    left: 50%;
    width: 700px;
    top: 50%;
    background: #fff;
    transform: translate(-50%,-50%);
}
.step2 table {
    width: 310px;
    margin: 0 auto;
}
.step2 select{
width: 220px;
    margin-left: 20px;
height:35px;
border-radius:2px;
border:1px solid #FFB248;
 margin-top: 25px;
    padding-left: 8px;
}
.step2 table tr{
  height: 50px;
}
.submitBtnBox{
    width: 300px;
    margin: 0 auto;
    margin-top:40px;
}
.submitBtnBox a{
    display: inline-block;
    width: 135px;
    background:#FFB248;
    font-size: 14px;
    color: #fff;text-align: center;
    line-height: 40px;
    border-radius: 20px;
}
.submitBtnBox a.return{
    margin-right: 20px;
}
.submitBtnBox  a:link { 

color: #fff; 

} 
.submitBtnBox  a:visited { 
 
color: #FFF; 

} 
.submitBtnBox  a:hover { 
color: #FFF; 
}
.done{
width: 100%;
height: 100%;
background:rgba(0,0,0,0.45);
position: fixed;
z-index: 9999;
display:none;

}
.entBox{
    left:50px;
    width: 272px;
    display: none;
    position: absolute;
    border: 1px solid #FFB248;
    background: #fff;
    padding: 10px;
}
.entBox li{
    line-height: 1.5rem;
    cursor: pointer;
}

.lgbtn{
    float: right;
    line-height: 65px;
    margin-left: 40px;
    margin-top: 13px;
    color: #ffffff
}
.lg{
    width:68px;
    height:32px;
    background:rgba(255,178,72,1);
    border-radius:4px;
    font-size:14px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    cursor: pointer;
}

html, body {
    font-size: 14px;
}

body .layer-ext-yourskin .layui-layer-btn a {
    background: #FFB248!important;
}

div.pages a.active {
    background: #FFB248;
}

div.pages a:hover {
    background: #FFB248;
}

.rzBox tr td a.active{
    background: #FFB248;
}

.rzBox tr td a{
    border:1px solid #FFB248;
    color: #FFB248
}

.getYzmBtn {
    background: #FFB248;
}

.ksrzBtnBox  a{
    background:#FFB248;
}

.kszqBox h1{
    color: #FFB248;
}

.rzBox tr td input{
    border:1px solid #FFB248;
}

.userNameDiv a {
    font-size: inherit;
    line-height: inherit;
}

#header a {
    color: #727171
}

div.break a.toIndex {
    color: #FFB248;
}

.subMenu li {
    width: 100%;
}
.subMenu li:hover {
    background: #ddd;
}