﻿html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
body,
div,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
a,
img,
span,
input,
p {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.pagebody {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-color: #f5f5f5;
}

img {
  border: 0;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

/* 公共样式 */
.min-width {
  width: 1200px;
  margin: 0 auto;
}

.fl {
  float: left;
}

.logfr {
  height: 25px;
  width: 420px;
  float: right;
  text-align: center;
}

.fr {
  float: right;
}

.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}

.table {
  display: table;
  margin: 0 auto
}

/* 居中 */
.mr0 {
  margin-right: 0 !important;
}

.mb50 {
  margin-bottom: 50px;
}

.ov {
  overflow: hidden;
}

.text14grew {
  font-size: 14px;
  color: #999;
}

.ml120 {
  margin-left: 120px;
}

h2.title {
  padding-top: 46px;
  color: #333;
  font-size: 30px;
  text-align: center;
  font-weight: 400;
}

html,
body,
.container {
  width: 100%;
  /*height: 100%;*/
}

/* .body { border:1px solid red; width: 100%; height: 100%;} */

/* 头部 注册登录 */
.header {
  position: relative;
  height: 40px;
  line-height: 40px;
  background: #E7E7E7;
}

.header .content {
  height: 40px;
  line-height: 40px;
}

.header .content img {
  margin-right: 7px;
  width: 20px;
  vertical-align: middle;
}

.header .content span {
  color: #494949;
  font-size: 14px;
}

.header .content a {
  color: #5C5C5C;
  fonr-size: 14px;
  margin: 0 5px;
}

.login-wrap {
  position: absolute;
  top: -1000%;
  left: 50%;
  z-index: 5;
  width: 50%;
  height: 80%;
}

.login-wrap .login-content {
  position: relative;
  overflow-x: hidden;
  width: 480px;
  height: 360px;
  border-radius: 8px;
  background: rgba(63, 81, 181, .6);
  box-shadow: 0 0 10px #2197f2;
}

.login-wrap .select-title {
  margin-top: 30px;
  height: 40px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
}

.login-wrap .select-link {
  margin-top: 30px;
}

.login-wrap .select-link a {
  position: relative;
  display: block;
  width: 200px;
  margin: 0 auto 20px;
  height: 40px;
  line-height: 40px;
  padding-bottom: 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  transition: all .5s;
}

.login-wrap .select-link .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-bottom: 2px solid #2196f3;
  opacity: 0.5;
  transition: all 500ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s
}

.closeBtn {
  position: absolute;
  right: 10px;
  bottom: 0;
  text-shadow: 0 0 10px #fff;
  text-align: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}



/* 头部 导航 */
.nav {
  height: 140px;
  box-sizing: border-box;
  background: #fff;
}

.nav-top {
  padding-top: 32px;
}

.nav-top .search {
  height: 33px;
  border: 1px solid #0089BB;
  border-right: none;
  border-radius: 4px;
  overflow: hidden;
}

.nav-top .search .text {
  overflow: hidden;
  height: 100%;
  padding: 0 10px;
  border: 0;
  outline: 0;
}

.nav-top .search .submit {
  width: 37px;
  height: 33px;
  border: 0;
  background-image: url('../img/search.png');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #0089BB;
}

.nav-wrap .nav-item {
  margin-left: 65px;
  line-height: 30px;
}

.nav-wrap .nav-item a {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}

.nav-wrap .nav-item .nav-on {
  color: #930000;
  font-weight: 700;
}

.banner {
  position: relative;
  height: 475px;
  background: url('../img/banner2.jpg')no-repeat;
  background-size: 100% 100%;
}

.banner-link {
  width: 68px;
  position: fixed;
  top: 80%;
  right: 17px;
  transform: translateY(-50%);
}

.banner-link li {
  width: 68px;
  height: 68px;
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
  transition: all .6s;
}

.banner-link li:hover {
  background: #9cebf2;
  transition: all .6s;
}

.banner-link li a {
  display: block;
  text-align: center;
  color: #333;
  font-size: 12px;
}

.banner-link li a img {
  width: 27px;
  margin-top: 10px
}



/* 运行概览 */


.yxgl {
  border-bottom: 7px solid #818181;
}

.yxgl .data-list {
  height: 150px;
  padding: 8px 0;
  border-bottom: 1px solid # c5c5c5;
  display: block;
  overflow: hidden;
}

.yxgl .data-list li:first-child:before {
  background: none;
}

.yxgl .data-list li:before {
  content: "
  "
  ;
  position: absolute;
  top: 0;
  left: -14px;
  width: 28px;
  height: 130px;
  background: url('../img/line.png') no-repeat 0 0;
}

.yxgl .data-list li {
  position: relative;
  width: 16.66%;
  padding: 0 14px;
  text-align: center;
}

.yxgl .data-list .data-num {
  font-size: 40px;
  color: #fd7100;
}

.yxgl .data-list .data-c {
  color: #a6a6a6;
}

.yxgl .data-list .data-t {
  font-size: 18px;
  color: #808080;
}

.yxgl .data-list .line-middle {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.yxgl .data-list img {
  border: none;
  vertical-align: middle;
}

.yxgl .data-list li p {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.yxgl .overflow {
  border-top: 1px solid #c5c5c5;
  background-color: #f5f5f5;
  height: 616px;
}

.min-page {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.yxgl .overflow .min-page .Financing_ranking,
.yxgl .overflow .min-page .maps {
  margin: 0px;
  padding: 0px;
}

.yxgl .overflow .min-page .Financing_ranking p {
  width: 520px;
  padding-top: 46px;
  float: right;
  color: #38b2f6;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
}

.yxgl .overflow .title {
  padding-top: 46px;
  color: #333;
  font-size: 30px;
  text-align: center;
  font-weight: 400;
}

.yxgl .overflow .maps {
  height: 490px;
  width: 480px;
  float: left;
  margin-top: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
}

.yxgl .overflow .min-page .Financing_ranking .tablist {
  float: right;
  margin-right: 15px;
  width: 240px;
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 10px;
  box-sizing: border-box;
  border-collapse: collapse;
}

.yxgl .overflow .min-page .Financing_ranking .tablist caption {
  padding: 5px 10px;
  word-break: break-all;
  background: #e9faff;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #337f95;
  box-sizing: border-box;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: #e6e6e6;
  border-right-color: #e6e6e6;
  border-left-color: #e6e6e6;
  text-align: center;
}

.yxgl .overflow .min-page .Financing_ranking .tablist th {
  padding: 5px 10px;
  border: #e6e6e6 1px solid;
  word-break: break-all;
  background: #e9faff;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #333;
  box-sizing: border-box;
}

.yxgl .overflow .min-page .Financing_ranking .tablist td {
  border: #e6e6e6 1px solid;
  word-break: break-all;
  font-size: 14px;
  line-height: 25px;
  padding: 5px 10px;
  color: #333;
  background-color: #ffffff;
  box-sizing: border-box;
}

/* 产品推荐 */
.cptj {
  height: 845px;
}

.cptj-left {
  width: 50%;
  height: 100%;
  background: url('../img/cptj-left.png');
}

.cptj-left .content {
  width: 300px;
  margin-top: 86px;
}

.cptj-left .content .title {
  color: #010101;
  font-size: 30px;
  font-weight: 500;
}

.cptj-left .content .title:after {
  content: '';
  display: block;
  margin-top: 18px;
  width: 100%;
  height: 4px;
  background: #1C1C1C;
}

.cptj-left .content .subTitle {
  margin-top: 9px;
  color: #1C1C1C;
  font-size: 20px;
  font-weight: 400;
}

.cptj-left .content .txt {
  margin-top: 20px;
  color: #333;
  font-size: 14px;
  line-height: 28px;
}

.cptj-right {
  width: 44%;
  box-sizing: border-box;
}

.cptj-right>li {
  height: 281px;
  padding: 34px 0;
  box-sizing: border-box;
}

.cptj-right>li:nth-child(1) {
  background: #4CABF3;
}

.cptj-right>li:nth-child(2) {
  background: #F1F1F1;
}

.cptj-right>li:nth-child(3) {
  background: #FFFFFF;
}

.cptj-right li .item-left {
  width: 203px;
  height: 213px;
}

.cptj-right li .item-left .content {
  width: 156px;
  height: 100%;
  text-align: center;
  background: #fff;
  border: 1px solid #C5C5C5;
}

.cptj-right li .item-left .content img {
  margin-top: 30px;
}

.cptj-right li .item-left .content a {
  margin-top: 40px;
  width: 127px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  background: #006EBB;
  color: #fff;
}

.cptj-right .item-right {
  overflow: hidden;
}

.cptj-right .item-right .title {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

.cptj-right .item-right .list-wrap {
  margin-top: 16px;
  min-width: 444px;
  height: 80px;
  padding: 20px 10px 20px 20px;
  box-sizing: border-box;
  background: #EDF6F6;
  font-size: 12px;
  color: #333;
}

.cptj-right .item-right .list-wrap .list-item>li {
  float: left;
  margin-right: 20%;
  margin-bottom: 10px;
}

.cptj-right .item-right .list-wrap .list-item .num {
  color: #F4BD4C;
}

.cptj-right .item-right .txt-wrap .txt-item {
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
}

.cptj-right .item-right .txt-wrap .txt-item:before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #90FFFB;
}

.cptj-right>li:nth-child(2) .item-right .txt-wrap .txt-item,
.cptj-right>li:nth-child(3) .item-right .txt-wrap .txt-item,
.cptj-right>li:nth-child(2) .title,
.cptj-right>li:nth-child(3) .title {
  color: #333;
}

  {
  color: #333;
}


/* 金融超市	 */
.jrcs {
  height: 655px;
  background: url('../img/jrcs-bg.png')no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.jrcs h2.title {
  color: #fff;
}

.slide-container {
  height: 413px;
  overflow: hidden;
  margin: 60px auto 0;
}

.slide-wrap {
  display: none;
  height: 100%;
}

.slide-wrap .slide-item {
  margin-right: 50px;
  width: 262px;
  height: 413px;
  background: #fff;
  box-sizing: border-box;
  font-size: 14px;
  color: #828282;
  border-radius: 8px;
}

.slide-wrap .slide-item:last-child {
  margin-right: 0;
}

.slide-wrap .slide-item:before,
.slide-wrap .slide-item:after {
  content: '';
  display: block;
  width: 100%;
  height: 3%;
  background: #217FC4;
}

.slide-wrap .slide-item:after {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.slide-wrap .slide-item:before {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.slide-wrap .slide-content {
  height: 92%;
  padding: 0 10px;
}

.slide-wrap .item-top {
  position: relative;
  height: 200px;
  padding: 0 10px;
  border-bottom: 1px solid #d3d3d3;
}

.slide-wrap .slide-item:nth-child(1) .item-top {
  background: url('../img/icon1.png')no-repeat center 60%;
}

.slide-wrap .slide-item:nth-child(2) .item-top {
  background: url('../img/icon2.png')no-repeat center 60%;
}

.slide-wrap .slide-item:nth-child(3) .item-top {
  background: url('../img/icon3.png')no-repeat center 60%;
}

.slide-wrap .slide-item:nth-child(4) .item-top {
  background: url('../img/icon4.png')no-repeat center 60%;
}

.slide-wrap .item-top .title {
  margin-top: 10px;
  text-align: center;
  color: #333;
  font-size: 18px;
  font-weight: 600;
}

.slide-wrap .item-top .label {
  position: absolute;
  bottom: 10%;
  left: 12%;
}

.slide-wrap .item-top .icon {
  margin-right: 5px;
  color: #fff;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 30px;
}

.slide-wrap .item-top .hot .icon {
  background: #FF0000;
}

.slide-wrap .item-top .label .icon {
  background: #8C8C8C;
}

.slide-wrap .item-center {
  color: #636363;
  font-size: 16px;
  padding: 10px 10px 5px;
  border-bottom: 1px solid #d3d3d3;
}

.slide-wrap .item-center .item-info {
  margin-right: 15px;
  text-align: center;
}

.slide-wrap .item-center .item-info:last-child {
  margin-right: 0;
}

.slide-wrap .item-center .item-info p {
  margin-bottom: 5px;
  font-size: 14px;
}

.slide-wrap .item-center .item-info .num {
  color: #FD7100;
}

.slide-wrap .item-bottom {
  padding: 15px 0 8px;
}

.slide-wrap .item-bottom img {
  width: 40px;
  margin: 0 10px;
}

.slide-wrap .item-bottom p {
  font-size: 14px;
  margin-bottom: 10px;
  width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.slide-wrap .item-bottom .num {
  color: #FD7100;
}

.slide-wrap .item-bottom .btn {
  display: block;
  margin-top: 13px;
  width: 100px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
  background: #1283C8;
  color: #fff;
  font-size: 16px;
}

.tab-wrap {
  margin-top: 30px;
}

.tab-wrap .tab-item {
  margin-right: 26px;
  width: 103px;
  height: 8px;
  background: #8C90A8;
  border-radius: 4px;
  cursor: pointer;
}

.tab-wrap .tab-item.tab-on {
  background: #217FC4;
}

.more {
  color: #07FFE5;
  font-size: 14px;
}


/* 五大特色 */
.sepcial {}

.sepcial-wrap {
  height: 550px;
  margin-top: 64px;
  position: relative;
}

.sepcial-wrap .sepcial-item {
  width: 234px;
  margin-right: 220px;
}

.sepcial-wrap .sepcial-item:nth-child(3) {
  margin-right: 0;
}

.sepcial-wrap .sepcial-item:nth-child(4),
.sepcial-wrap .sepcial-item:nth-child(5) {
  position: absolute;
  top: 40%;
}

.sepcial-wrap .sepcial-item:nth-child(4) {
  left: 18%;
}

.sepcial-wrap .sepcial-item:nth-child(5) {
  left: 57%;
}

.sepcial-wrap .sepcial-item .title {
  text-align: center;
  color: #333;
  font-size: 30px;
  font-weight: 400;
}

.sepcial-wrap .sepcial-item img {
  width: 100%;
}

/* 企业&#51;&#54;&#53;&#98;&#101;&#116;&#32447;&#19978;&#25237;&#27880;&#95;&#51;&#54;&#53;&#98;&#101;&#116;&#20307;&#32946;&#22312;&#32447;&#20013;&#25991;&#95;&#51;&#54;&#53;&#98;&#101;&#116;&#19981;&#33021;&#25552;&#29616;融资比您想的更简单 */
.qyxy {
  height: 624px;
  background: #E1E1E1;
}

.qyxy-wrap {
  margin-top: 75px;
  position: relative;
}

.qyxy-item {
  width: 50%;
  box-sizing: border-box;
  padding: 25px 25px;
}

.qyxy-item:nth-child(1),
.qyxy-item:nth-child(4) {
  height: 185px;
  background: #fff;
}

.qyxy-item:nth-child(2),
.qyxy-item:nth-child(3) {
  height: 185px;
  background: #6FB2FF;
}

.qyxy-item img {
  width: 65px;
}

.qyxy-item:nth-child(odd) img {
  float: left;
  margin-right: 20px;
}

.qyxy-item:nth-child(even) img {
  float: right;
  margin-left: 20px;
}

.item-right {
  color: #505050;
  font-size: 18px;
}

.qyxy-item:nth-child(odd) .item-right {
  float: left;
}

.qyxy-item:nth-child(even) .item-right {
  float: right;
  text-align: right;
}

.qyxy-item:nth-child(2) .item-right,
.qyxy-item:nth-child(3) .item-right {
  color: #fff;
}

.item-right .detail {
  margin-top: 20px;
}

.qyxy-item:nth-child(5) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
  height: 280px;
  text-align: center;
  color: #505050;
  background: #5FEEFF;
  border-radius: 50%;
}

.qyxy-item:nth-child(5) .item-detail {
  width: 270px;
  height: 270px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #DBFBFF;
  border-radius: 50%;
}

.qyxy-item:nth-child(5) .item-detail .txt {
  width: 140px;
  margin: 70px auto 0;
  text-align: left;
  padding-left: 20px;
}

.qyxy-item:nth-child(5) .item-detail .txt .detail {
  margin-top: 30px;
  line-height: 26px;
}

/* 融资常见问题 */
.question {
  height: 637px;
}

.question-wrap {
  height: 511px;
  margin-top: 60px;
}

.question-wrap .que {
  position: relative;
  width: 60%;
  height: 100%;
  background: url('../img/p-15.png')no-repeat;
  background-size: 100% 100%;
}

.question-wrap .que .que-item {
  position: absolute;
  width: 167px;
  height: 146px;
  padding: 10px 32px;
  text-align: center;
  box-sizing: border-box;
  line-height: 150px;
  cursor: pointer;
}

.question-wrap .que .que-item span {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}

.question-wrap .que .que-item:nth-child(1) {
  top: 20%;
  left: 17%;
}

.question-wrap .que .que-item:nth-child(2) {
  top: 20%;
  right: 21%;
}

.question-wrap .que .que-item:nth-child(3) {
  top: 55%;
  left: 17%;
}

.question-wrap .que .que-item:nth-child(4) {
  top: 35%;
  left: 36%;
}

.question-wrap .que .que-item:nth-child(5) {
  top: 52%;
  right: 21%;
}

.question-wrap .que .que-item:nth-child(6) {
  top: 35%;
  right: 1%;
}


.question-wrap .ans {
  width: 40%;
  margin-top: 60px;
  box-sizing: border-box;
}

.ans-wrap {
  position: relative;
}

.question-wrap .ans .ans-item {
  position: absolute;
  display: none;
  padding: 30px 20px 20px 60px;
  box-sizing: border-box;
  height: 220px;
  background: url('../img/p-10.png') no-repeat;
  background-size: 100% 100%;
  font-size: 12px;
}

.question-wrap .ans .ans-item .hirhgtColor {
  letter-spacing: 4px;
}

.question-wrap .ans .ans-item .ask {
  color: #C19950;
  margin-bottom: 12px;
}

.question-wrap .ans .btn {
  margin-top: 35px;
  text-align: center;
}

.question-wrap .ans .btn a {
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 18px;
  background: #127EE6;
  color: #fff;
}

.question-wrap .ans .btn a img {
  vertical-align: middle;
}

/* 入住金融机构 */
.rzjr {
  height: 436px;
  background: #E1E1E1;
}

.rzjr-wrap {
  margin-top: 60px;
}

.rzjr-wrap a {
  overflow: hidden;
  float: left;
  width: 258px;
  height: 76px;
  margin: 0 50px 34px 0;
  transition: all .5s;
}

.rzjr-wrap a:hover {
  box-shadow: 0 0 2px #373D41;
  transform: scale(1.1);
  transition: all .5s;
}

.rzjr-wrap a:nth-child(4),
.rzjr-wrap a:nth-child(8) {
  margin-right: 0;
}

.rzjr-wrap a img {
  width: 100%;
}

/* &#51;&#54;&#53;&#98;&#101;&#116;&#32447;&#19978;&#25237;&#27880;&#95;&#51;&#54;&#53;&#98;&#101;&#116;&#20307;&#32946;&#22312;&#32447;&#20013;&#25991;&#95;&#51;&#54;&#53;&#98;&#101;&#116;&#19981;&#33021;&#25552;&#29616;服务机构 */
.xyfw {
  height: 348px;
}

.xyfw-wrap {
  margin-top: 40px;
}

.xyfw-wrap a {
  overflow: hidden;
  display: block;
  float: left;
  width: 224px;
  height: 70px;
  margin: 0 20px 25px 0;
  border: 1px solid #D5D5D5;
  box-sizing: border-box;
  transition: all .5s;
}

.xyfw-wrap a:hover {
  box-shadow: 0 0 2px #373D41;
  transform: scale(1.1);
  transition: all .5s;
}

.xyfw-wrap a:nth-child(5),
.xyfw-wrap a:nth-child(10) {
  margin-right: 0;
}

.xyfw-wrap a img {
  width: 100%;
}

/* 底部 */
.footer {
  height: 143px;
  background: #373D41;
  border-top-width: 6px;
  border-top-style: solid;
  border-top-color: #3982c8;
  text-align: center;
}

.footer-wrap {
  height: 143px;
  padding-top: 20px;
}

.footer-wrap img {
  width: 60px;
  margin-right: 13px;
}

.footer-wrap p {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}


/* 常见问题 */
.banner_question {
  position: relative;
  height: 311px;
  background: url('../img/banner_question.png')no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

.mainpagequestion {
  width: 1200px;
  height: 1050px;
  margin-top: -30px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  z-index: 9;
  position: relative;
}

.mainpagequestion .leftblock {
  position: absolute;
  width: 300px;
  height: 200px;
  overflow: hidden;
  display: block;
  z-index: 9;
  background-color: #FFFFFF;
  left: 0px;
  box-sizing: border-box;
  padding: 10px;
}

.mainpagequestion .leftblock dl {
  padding: 0px;
  margin: 0px;
}

.mainpagequestion .leftblock dt {
  font-size: 22px;
  color: #b70000;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #d1d1d1;
  line-height: 50px;
  text-indent: 10px;
  margin-bottom: 10px;
}

.mainpagequestion .leftblock dd {
  font-size: 16px;
  color: #555;
  width: 100%;
  line-height: 25px;
  text-indent: 10px;
  margin-top: 10px;
  background-image: url(../img/iconbluedoc.png);
  background-repeat: no-repeat;
  background-position: left center;
  height: 25px;
  margin-inline-start: 40px;
}

.mainpagequestion .leftblock dd a,
.mainpagequestion .leftblock dd a:link {
  color: #555;
}

.mainpagequestion .leftblock dd a:hover {
  color: #0074bb;
}

.mainpagequestion .rightblock {
  position: absolute;
  width: 850px;
  overflow: hidden;
  display: block;
  z-index: 9;
  padding: 10px;
  background-color: #FFFFFF;
  right: 0px;
}

.mainpagequestion .rightblock dl {
  padding: 0px;
  margin: 0px;
}

.mainpagequestion .rightblock dt {
  font-size: 22px;
  color: #b70000;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #d1d1d1;
  line-height: 50px;
  text-indent: 10px;
  margin-bottom: 10px;
}

.mainpagequestion .rightblock dt .take_question_link {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 18px;
  background-color: #0073bb;
  color: #fff;
  white-space: nowrap;
  text-align: left;
  font-size: 14px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  background-image: url(../img/q_btn.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  text-indent: 25px;
}

.mainpagequestion .rightblock dd {
  padding: 10px;
  width: 90%;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.mainpagequestion .bottomline {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d1d1d1;
}

.mainpagequestion .rightblock dd .list_head {
  margin-bottom: 5px;
  line-height: 28px;
  font-size: 16px;
  color: #0073bb;
  text-indent: 10px;
  cursor: pointer;
}

.mainpagequestion .rightblock dd .list_cont {
  line-height: 30px;
  font-size: 14px;
  color: #3f3f3f;
  text-indent: 10px;
  cursor: pointer;
}

/* 在线提问 */
#textList li {
  position: relative;
  line-height: 35px;
  padding: 0 10px;
  border-bottom: dashed 1px #e3e3e3;
  vertical-align: middle;
}

#textList ul {
  padding-bottom: 30px;
}

#textList label {
  width: 120px;
  font-weight: normal;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 14px;
  color: #666666;
}

#textList input,
#textList textarea {
  margin-top: 10px;
}

#submit {
  display: block;
  margin: 38px auto 0;
  width: 120px;
  height: 35px;
  color: #fff;
  font-size: 16px;
  border: none;
  background: #2e7dc2;
}

#submit:hover {
  background: #0046a6;
}

#picture {
  display: inline-block;
  width: 90px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  border: none;
  background: #0074bb;
  vertical-align: middle;
  text-align: center;
  padding: 0px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 0px;
  margin-left: 120px;
  border-radius: 2px;
}

#submitimg:hover {
  color: #fff;
  background: #0046a6;
}

.inputimg {
  width: 110px;
  height: 110px;
  margin: 10px 0px 10px 0;
}

#textList p,
#need_know p {
  font-size: 14px;
  line-height: 26px;
}

#textList li span {
  font-size: 14px;
  line-height: 35px;
  display: inline-block;
  padding-left: 15px;
  color: #666666;
}

#textList .r_mark {
  color: red;
  font-size: 14px;
  font-style: normal;
}

#textList .input1 {
  display: inline-block;
  height: 30px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 30px;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

#textList .vcode {
  height: 30px;
  vertical-align: middle;
  margin-left: 5px;
  width: 110px;
  line-height: 30px;
}

#textList .textarea1 {
  display: inline-block;
  height: 80px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  width: 530px;
  padding-top: 4px;
  padding-right: 6px;
  padding-bottom: 4px;
  padding-left: 6px;
  border-radius: 2px;
}



/* 政策法规 */
/* 融资案例 */
.banner_policy {
  position: relative;
  height: 400px;
  background: url('../img/banner_policy.png')no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

.banner_case {
  position: relative;
  height: 400px;
  background: url('../img/banner_case.png')no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

.banner_prodoct {
  position: relative;
  height: 400px;
  background: url('../img/banner_prodoct.png')no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

.mainpages {
  width: 1200px;
  padding: 0px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  position: relative;
}

.mainpages .address {
  padding: 0px;
  width: 100%;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  text-align: left;
}

.mainpages .address a,
.mainpages .address a :link {
  font-size: 14px;
  line-height: 30px;
  color: #666;
}

.mainpages .address a:hover {
  color: #008df0;
}

.mainpages .address .addnow,
.mainpages .address .addnow:link {
  color: #008df0;
}

.mainpages .address .addnow:hover {
  color: #e11500;
}

.mainpages .leftblock {
  width: 800px;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
}

.mainpages .rightblock {
  width: 350px;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
}

.mainpages .title {
  font-size: 20px;
  line-height: 50px;
  color: #111;
  background-image: url(../img/title_line.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 52px;
}

.mainpages .title {
  font-size: 20px;
  line-height: 50px;
  color: #111;
  background-image: url(../img/title_line.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 52px;
}

.mainpages .title a,
.mainpages .title a:link {
  color: #333;
}

.mainpages .title a:hover {
  color: #0060cb;
}

.mainpages .newblock {
  width: 100%;
  height: 160px;
  margin-bottom: 30px;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  padding-top: 0px;
  padding-right: 7px;
  padding-bottom: 7px;
  padding-left: 260px;
}

.mainpages .newblock>img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 245px;
  height: 160px;
}

.mainpages .newblock>h6 {
  width: 520px;
  color: #333;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 18px;
  position: relative;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

.mainpages .newblock>h6 a,
.mainpages .newblock>h6 a:link {
  color: #333;
}

.mainpages .newblock>h6 a:active,
.mainpages .newblock>h6 a:hover {
  color: #0071dd;
}

.mainpages .newblock>h7 {
  width: 520px;
  color: #999;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 12px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  background-image: url(../img/time_icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  text-indent: 25px;
}

.mainpages .newblock>h7 span {
  display: block;
  float: right;
  margin-right: 50px;
}

.mainpages .newblock>p {
  width: 520px;
  height: 60px;
  font-size: 12px;
  line-height: 20px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: inline-block;
}

.pagenob {
  width: 370px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  line-height: 30px;
  height: 30px;
  display: block;
  margin-top: 50px;
}

.pagenob a,
.pagenob a:link {
  width: 30px;
  line-height: 30px;
  color: #666;
  display: block;
  float: left;
}

.pagenob .nob {
  font-size: 18px;
}

.pagenob a:hover {
  font-size: 22px;
  line-height: 30px;
  color: #0088d6;
}

.pagenob .Previous {
  font-size: 24px;
  line-height: 30px;
  color: #666;
}

.pagenob .Next {
  font-size: 24px;
  line-height: 30px;
  color: #666;
}

.mainpages .Ranking {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

.mainpages .Ranking .top {}

.mainpages .Ranking .top li {
  position: relative;
  margin: 0;
  color: #3d3d3d;
  background-color: #fff;
  padding-left: 40px;
  box-sizing: border-box;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #CCCCCC;
}

.mainpages .Ranking .top .click,
.mainpages .Ranking .top li:hover {
  position: relative;
  margin: 0;
  color: #3d3d3d;
  background-color: #f8f8f8;
  padding-left: 40px;
  box-sizing: border-box;
  background-image: url(../../images/imgnews_hover.jpg);
  background-repeat: no-repeat;
  background-position: right center;
}

.mainpages .Ranking .top .click b,
.mainpages .Ranking .top li:hover b {
  position: absolute;
  left: 10px;
  top: 15px;
  font-size: 12px;
  height: 17px;
  width: 17px;
  background-color: #c50001;
  -moz-border-radius: 4px;
  /* Gecko browsers */
  -webkit-border-radius: 4px;
  /* Webkit browsers */
  border-radius: 4px;
  /* W3C syntax */
  line-height: 17px;
  color: #FFFFFF;
  text-align: center;
}

.mainpages .Ranking .top .click h3,
.mainpages .Ranking .top li:hover h3 {
  width: 260px;
  margin: 13px 0 0px 0;
  padding: 0;
  color: #c50001;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: inline-block;
}

.mainpages .Ranking .top li h3 {
  width: 260px;
  margin: 13px 0 0px 0;
  padding: 0;
  color: #3f3f3f;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: inline-block;
}

.mainpages .Ranking .top li p {
  width: 250px;
  margin: 0px 0 10px 0;
  color: #999999;
  font-size: 12px;
  padding: 0 5px;
  line-height: 20px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: inline-block;
}

.mainpages .Ranking .top li b {
  position: absolute;
  left: 10px;
  top: 15px;
  font-size: 12px;
  height: 17px;
  width: 17px;
  background-color: #004fa8;
  -moz-border-radius: 4px;
  /* Gecko browsers */
  -webkit-border-radius: 4px;
  /* Webkit browsers */
  border-radius: 4px;
  /* W3C syntax */
  line-height: 17px;
  color: #FFFFFF;
  text-align: center;
}

.mainpages .Ranking .top li span {
  position: absolute;
  right: 10px;
  top: 35px;
  height: 20px;
  width: 20px;
  font-size: 18px;
  line-height: 20px;
  color: #79b0bc;
}

.mainpages .Ranking .top li:hover span {
  color: #c50001;
}

.mainpages .cptj {
  width: 95%;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.mainpages .cptj>li {
  height: 280px;
  box-sizing: border-box;
  background: #FFFFFF;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
  border: 1px solid #d8d8d8;
  margin-bottom: 30px;
  position: relative;
}

.mainpages .cptj li .item-left {
  margin-left: 20px;
  margin-right: 40px;
  width: 238px;
  height: 233px;
  text-align: left;
}

.mainpages .cptj li .item-left .content {}

.mainpages .cptj li .item-left .content img {
  float: left;
}

.mainpages .cptj .item-right {
  width: 840px;
  overflow: hidden;
  float: left;
}

.mainpages .cptj .item-right .buttn {
  width: 110px;
  height: 40px;
  font-size: 16px;
  text-align: left;
  line-height: 32px;
  color: #fff;
  border: 4px solid #b7e5fd;
  -moz-border-radius: 4px;
  /* Gecko browsers */
  -webkit-border-radius: 4px;
  /* Webkit browsers */
  border-radius: 8px;
  /* W3C syntax */
  background-color: #006EBB;
  background-image: url(../img/trango.png);
  background-repeat: no-repeat;
  background-position: 90px center;
  display: block;
  text-indent: 15px;
  position: absolute;
  right: 40px;
  bottom: 30px;
  vertical-align: middle;
}

.mainpages .cptj .item-right .title {
  color: #333;
  font-size: 24px;
  font-weight: 400;
  background-image: none;
}

.mainpages .cptj .item-right .list-wrap {
  margin-top: 10px;
  margin-bottom: 15px;
  width: 95%;
  height: 70px;
  padding: 15px 10px 15px 20px;
  box-sizing: border-box;
  background: #EDF6F6;
  font-size: 12px;
  color: #333;
}

.mainpages .cptj .item-right .list-wrap .list-item>li {
  float: left;
  margin-right: 100px;
  margin-bottom: 10px;
}

.mainpages .cptj .item-right .list-wrap .list-item .num {
  color: #F4BD4C;
}

.mainpages .cptj .item-right .txt-wrap .txt-item {
  color: #333;
  font-size: 12px;
  margin-top: 8px;
}

.mainpages .cptj .item-right .txt-wrap .txt-item:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  border-radius: 10%;
  background: #207ec4;
}

/*机构注册*/
.mainpageorganRegister {
  background: url(../img/banner_question.png)no-repeat;
  background-size: 100% 100%;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  z-index: 9;
  position: relative;
}

.mainpageorganRegister .rightblock {
  margin: 0 auto;
  position: relative;
  width: 1000px;
  margin-top: 20px;
  overflow: hidden;
  display: block;
  z-index: 9;
  padding: 10px;
  background-color: #FFFFFF;
}

.mainpageorganRegister .bottomline {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d1d1d1;
}

#textList .textarea2 {
  display: inline-block;
  height: 80px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  width: 75%;
  padding-top: 4px;
  padding-right: 6px;
  padding-bottom: 4px;
  padding-left: 6px;
  border-radius: 2px;
}

.vcode2 {
  height: 37px;
  vertical-align: middle;
  width: 100px;
  line-height: 30px;
  float: right;
}



.getyzm {
  color: #FFFFFF;
  float: right;
  position: relative;
  top: 0;
  right: 0;
  width: 20%;
  height: 37px;
  border: 0;
  padding: 0 10px;
  background: #0089BB;

}

.bgcol3 {
  border-radius: 10px;
  border: 1px solid #DCDCDC;
  background: #ffffff;
}

.bgcol3 a:hover {
  color: #000000;
}

/*****************************************************************/
/*#productList li {*/
/*!*height: 311px;*!*/
/*background-color: #fff;*/
/*margin-right: 20px;*/
/*padding-top: 24px;*/
/*}*/
#productList .btn {
  width: 133px;
  height: 31px;
  background-color: #1877f5;
  margin-top: 37px;
  color: white;
  border: none;
}

.product_name {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
}

/* 特色产品 */
.sepcial {
  background-color: #f8f8f8;
  width: 100%;
}

.content {
  position: relative;
}

.content button {
  position: absolute;
  top: 0;
  right: 0;
}

.content-list {
  display: flex;
  height: 445px;
  width: 1200px;
  margin: 0 auto;
  margin-top: 43px;
  text-align: center;

}

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button::before {
  position: absolute;
  top: 25px;
  left: 0;
  content: "";
  width: 14px;
  height: 14px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 999px;
  border: 1px solid #6f7170;
}

.slick-dots li.slick-active button::before {
  background-color: blue;
  border-radius: 9px;
}

.content-list li.fl {
  width: 251px;
  height: 311px;
  background-color: #fff;
  margin-right: 20px;
  padding-top: 24px;
}

.content-list li.fl .style {
  vertical-align: middle
}

.content-list li.fl img {
  display: inline-block;
  vertical-align: middle
}

.content-list li.fl span {
  font-size: 20px;
}

.content-list li.fl span.clor {
  color: #ff6000;
}

/*.content-list li.fl p{*/
/*margin-top: 29px;*/
/*font-size: 14px;*/
/*}*/


.content-list-txt {
  display: flex;
  height: 81px;
  font-size: 15px;
  border-top: 1px solid #d6d6d6;
  margin-top: 24px;
  border-bottom: 1px solid #d6d6d6;
}

.content-list-txt .txt1 {
  /* line-height: 36px; */
  flex: 1;
}

.content-list .btn {
  width: 133px;
  height: 31px;
  background-color: #2176d5;
  margin-top: 37px;
  color: white;
  border: none;
}

.sepcial-wrap {
  height: 400px;
  margin-top: 64px;
  position: relative;
}

.sepcial-wrap .sepcial-item {
  width: 234px;
  margin-right: 220px;
}

.sepcial-wrap .sepcial-item:nth-child(3) {
  margin-right: 0;
}

.sepcial-wrap .sepcial-item:nth-child(4),
.sepcial-wrap .sepcial-item:nth-child(5) {
  position: absolute;
  top: 40%;
}

.sepcial-wrap .sepcial-item:nth-child(4) {
  left: 18%;
}

.sepcial-wrap .sepcial-item:nth-child(5) {
  left: 57%;
}

.sepcial-wrap .sepcial-item .title {
  text-align: center;
  color: #333;
  font-size: 30px;
  font-weight: 400;
}

.sepcial-wrap .sepcial-item img {
  width: 100%;
}