@charset "UTF-8";

.custom-button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 170px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  outline: 0;
  border: 0;
  display: inline-block;
  *zoom: 1;
  position: relative;
  background-color: #f1f5f8;
  color: #1283fc;
  font-family: inherit;
  text-align: center;
  cursor: pointer;
}

.custom-button.custom-button-transparent {
  color: #caced2;
  background-color: transparent;
}

.custom-button.custom-button-transparent .custom-button-border {
  border: 1px solid #ccc;
}

.custom-button.custom-button-white {
  background-color: #fff;
}

.custom-button.custom-button-white .custom-button-border {
  border: 1px solid #cde2fa;
}

.custom-button [type="button"],
.custom-button button {
  line-height: 34px;
}

.custom-button.mouseenter .custom-button-hover {
  display: block;
  color: #1283fc;
}

.custom-button.mouseenter .custom-button-text {
  color: #fff;
}

.custom-button-border,
.custom-button-hover,
.custom-button-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.custom-button-border {
  border: 1px solid #1283fc;
  z-index: 2;
}

.custom-button-text {
  border: none;
  z-index: 4;
}

.custom-button-hover {
  display: none;
  top: -100px;
  background-color: #1283fc;
  color: #fff;
  z-index: 3;
}

.disabled {
  pointer-events: none;
  cursor: not-allowed;
}

.disable-scroll {
  overflow: hidden;
}

.nav-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  height: 60px;
  border-bottom: 1px solid #d7d7d7;
  z-index: 1000;
  min-width: 1068px;
}

.logo {
  float: left;
  position: relative;
}

.logo img {
  margin: -2px 0 0 25px;
  height: 28px;
}

.logo .logo-line1,
.logo .logo-line2 {
  position: absolute;
  top: 0;
  height: 59px;
}

.logo .logo-line1 {
  right: -25px;
  border-left: 1px solid #d7d7d7;
}

.logo .logo-line2 {
  right: -26px;
  border-left: 1px solid #fefefe;
}

.logo-right {
  display: block;
  width: 150px;
  height: 60px;
  border-left: 1px solid #d7d7d7;
  text-align: center;
  line-height: 59px;
  font-size: 12px;
  color: #0e1217;
  cursor: pointer;
  -webkit-transition: 0.15s all ease-out;
  transition: 0.15s all ease-out;
}

.logo-right img {
  width: 10px;
  height: 10px;
  margin-right: 8px;
}

.logo-right .nav-righth {
  display: none;
}

.logo-right:hover {
  background-color: #1378fb;
  color: #fff;
  -webkit-transition: 0.25s all ease;
  transition: 0.25s all ease;
}

.logo-right:hover .nav-right {
  display: none;
}

.logo-right:hover .nav-righth {
  display: inline-block;
}

.nav {
  position: absolute;
  left: 160px;
}

.nav li {
  float: left;
  height: 50px;
}

.nav li:first-child {
  border-left: 0;
}

.nav li.active a {
  color: #1375fb;
}

.nav li:first-child {
  margin-left: 0;
}

.nav li a {
  text-align: center;
  display: block;
  width: 94px;
  height: 60px;
  line-height: 60px;
  font-size: 12px;
  color: #0e1217;
  -webkit-transition: color 0.2s ease-out 0s;
  transition: color 0.2s ease-out 0s;
}

.nav li a:hover {
  color: #1375fb;
  -webkit-transition: color 0.3s ease-in 0s;
  transition: color 0.3s ease-in 0s;
}

.nav .nav-split {
  display: none;
}

body,
html {
  margin: 0;
  width: 100%;
  height: 100%;
}

.common-wrap {
  margin-top: 60px;
}

.cat-wrap {
  width: 988px;
  margin: 0 auto;
  border-top: 1px solid #d9d9d9;
  margin-top: 50px;
}

.cat-banner {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  padding-top: 80px;
}

.banner-text {
  display: block;
  font-size: 24px;
  color: #fff;
  letter-spacing: 2px;
  font-family: AdobeHeitiStd;
  font-weight: 700;
}

.banner-icon {
  background: url(../image/banner-arrow.png) no-repeat center center;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  margin-top: 12px;
}

.cat-menus {
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 14px;
  color: #0e1217;
  font-weight: 400;
  border-bottom: 1px solid #d9d9d9;
  background-color: #fff;
}

.cat-menus.cat-position {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}

.cat-menus.cat-top {
  top: 60px;
}

.cat-menus a {
  padding: 19px 32px;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-out 0s;
  transition: color 0.2s ease-out 0s;
}

.cat-menus a:hover {
  color: #1378fb;
  -webkit-transition: color 0.2s ease-in 0s;
  transition: color 0.2s ease-in 0s;
}

.cat-menus .active {
  color: #1378fb;
  border-bottom: 2px solid #1378fb;
}

.func-banner {
  height: 221px;
}

.func-line:first-child {
  margin-left: 26px;
}

.func-left {
  font-size: 20px;
  color: #0e1217;
  margin-top: 50px;
  font-weight: 400;
  letter-spacing: 2px;
}

.func-right {
  width: 742px;
  text-align: left;
}

.func-cat {
  font-size: 24px;
  color: #2d2d2d;
  text-align: center;
  padding-bottom: 13px;
  border-bottom: 1px solid #efefef;
}

.func-cat>img {
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.func-detail {
  margin: 70px 0 98px !important;
  line-height: 24px;
  font-size: 14px;
  color: #696f73;
  text-align: justify !important;
}

.operation-list {
  margin: 50px 0 98px !important;
  line-height: 24px;
  font-size: 14px;
  color: #696f73;
  text-align: justify !important;
}

.func-wrap {
  width: 960px;
  border-top: none;
  margin-top: 0;
}

.func-left {
  border-right: 1px solid #e1e2e6;
  font-size: 14px;
  width: 127px;
  letter-spacing: 0;
  margin-right: 72px;
}

.func-left h6 {
  width: 128px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #4c4c4c;
  font-weight: 700;
}

.func-left .detail-port {
  color: #7d7e80;
  width: 111px;
  height: 48px;
  line-height: 48px;
  margin-left: 16px;
}

.func-left .active {
  color: #248dff;
  border-right: 2px solid #248dff;
  font-weight: 700;
}

.func-right {
  width: 760px;
}

.func-right .title {
  font-size: 28px;
  margin-bottom: 32px;
  color: #323233;
}

.func-left .sub-nav {
  display: block;
}

.n-wrap {
  width: 1260px;
  border-top: none;
  min-height: 600px;
}

.n-wrap .cat-menus {
  width: 260px;
}

.n-banner {
  height: 221px;
}

.banner-small {
  height: 121px;
  padding-top: 40px;
}

.n-cat {
  position: relative;
  padding: 30px 0 15px 100px;
  color: #373535;
  color: rgba(55, 53, 53, 0.7);
  font-size: 16px;
}

.n-cat-list>a {
  font-size: 13px;
}

.n-cat-list>a>i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  padding: 3px;
  border-radius: 50%;
  background-color: #ddd;
}

.n-cat-list>a .n-badge1 {
  background-color: #ffda4b;
}

.n-cat-list>a .n-badge2 {
  background-color: #7edcfb;
}

.n-cat-list>a .n-badge3 {
  background-color: #9cbd4f;
}

.n-cat-list>a .n-badge5 {
  background-color: #1283fc;
}

.n-right {
  margin-bottom: 100px;
  margin-left: 90px;
}

.n-item {
  height: 147px;
}

.n-badge {
  display: inline-block;
  margin-right: 15px;
  padding: 3px;
  border-radius: 50%;
  background-color: #1283fc;
}

.n-item-left {
  width: 100px;
}

.n-date-wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
}

.n-date-wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.n-date {
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #1283fc;
}

.n-item-right {
  width: 450px;
  color: #3a3a3a;
}

.n-title {
  font-size: 18px;
}

.n-meta {
  color: #1283fc;
  font-size: 12px;
  margin-bottom: 10px;
}

.n-desc {
  font-size: 14px;
  text-align: justify;
  margin-bottom: 10px;
}

.n-more {
  font-size: 12px;
  color: #1283fc;
  text-align: right;
}

.new-pcNews {
  width: 810px;
  overflow: hidden;
}

.new-pcNews li {
  border-top: 1px dotted #d7d7d7;
  position: relative;
  height: 172px;
}

.new-pcNews .news-item-left,
.new-pcNews .news-item-right {
  float: left;
}

.new-pcNews .news-item-left {
  font-size: 18px;
  color: #1b212a;
  height: 130px;
  width: 143px;
  line-height: 130px;
  text-align: center;
  border-right: 1px dotted #d7d7d7;
  font-family: Helvetica;
  letter-spacing: 1px;
}

.new-pcNews .news-item-right {
  height: 130px;
  width: 660px;
  padding: 0;
  margin: 0;
  line-height: inherit;
  padding: 20px 0 0 22px;
  letter-spacing: 1px;
}

.new-pcNews .news-item-right:hover .news-title {
  color: #1378fb;
  -webkit-transition: color 0.1s ease-in 0s;
  transition: color 0.1s ease-in 0s;
}

.new-pcNews .news-item-right:hover .news-desc {
  color: #696f74;
  -webkit-transition: color 0.1s ease-in 0s;
  transition: color 0.1s ease-in 0s;
}

.new-pcNews .news-title {
  display: inline-block;
  font-size: 18px;
  color: #0e1217;
  margin-bottom: 24px;
  cursor: pointer;
  -webkit-transition: color 0.1s ease-out 0s;
  transition: color 0.1s ease-out 0s;
}

.new-pcNews .news-desc {
  color: #a2abb2;
  font-size: 14px;
  -webkit-transition: color 0.1s ease-out 0s;
  transition: color 0.1s ease-out 0s;
}

.new-pcNews .img {
  float: right;
  margin-top: 35px;
  width: 154px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
}

.new-pcNews .fit-img {
  width: 474px;
}

.hot-artical {
  width: 280px;
  padding-left: 14px;
  margin-right: 60px;
}

.hot-artical .hot-header {
  font-size: 18px;
  color: #0e1217;
  padding: 20px 0 20px 20px;
  border-top: 1px dotted #d7d7d7;
  border-bottom: 1px dotted #d7d7d7;
  letter-spacing: 0.3px;
  line-height: 18px;
}

.hot-artical .hot-header i {
  background: url(../image/hot-artical.png) no-repeat center center;
  display: inline-block;
  height: 18px;
  width: 16px;
  vertical-align: -2px;
  margin-right: 10px;
}

.hot-artical .hot-header .relation {
  background-image: url(../image/hot-icon.png);
}

.hot-artical .hot-list {
  padding: 20px 0 28px 20px;
}

.hot-artical .hot-item {
  color: #696f74;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 16px;
  -webkit-transition: color 0.1s ease-out 0s;
  transition: color 0.1s ease-out 0s;
  letter-spacing: 1px;
}

.hot-artical .hot-item:hover {
  color: #1378fb;
  cursor: pointer;
  -webkit-transition: color 0.1s ease-in 0s;
  transition: color 0.1s ease-in 0s;
}

.hot-artical .hot-item:before {
  content: "";
  display: inline-block;
  background: url(../image/hot-arrow.png) no-repeat center center;
  width: 6px;
  height: 12px;
  color: #1378fb;
  margin-right: 10px;
  margin-left: 6px;
}

.hot-artical.page-hot .hot-header {
  color: #1b212a;
}

.hot-artical.page-hot .hot-header i {
  background-image: url(../image/hot-icon.png);
}

.hot-artical.page-hot .hot-header .relation {
  background-image: url(../image/hot-artical.png);
}

.new-artical {
  font-size: 18px;
  color: #0e1217;
  padding: 16px 0 16px 32px;
  border-top: 1px dotted #d7d7d7;
}

.new-artical i {
  background: url(../image/hot-artical.png) no-repeat center center;
  display: inline-block;
  height: 18px;
  width: 16px;
  vertical-align: -1px;
  margin-right: 10px;
}

.new-qaNews {
  width: 810px;
  overflow: hidden;
}

.new-qaNews li {
  border-top: 1px dotted #d7d7d7;
  position: relative;
  height: 62px;
}

.new-qaNews li:last-child {
  border-bottom: 1px dotted #d7d7d7;
}

.new-qaNews .qa-item-left,
.new-qaNews .qa-item-right {
  float: left;
  font-size: 16px;
  letter-spacing: 1px;
}

.new-qaNews .qa-item-left {
  color: #1b212a;
  height: 62px;
  width: 160px;
  letter-spacing: 1px;
  line-height: 62px;
  text-align: center;
  border-right: 1px dotted #d7d7d7;
}

.new-qaNews .qa-item-right {
  height: 62px;
  width: 650px;
  padding: 0;
  margin: 0;
  line-height: inherit;
  padding: 20px 0 0 32px;
}

.new-qaNews .qa-item-right a:hover {
  color: #1378fb;
  -webkit-transition: color 0.1s ease-in 0s;
  transition: color 0.1s ease-in 0s;
}

.new-qaNews .qa-title {
  display: inline-block;
  color: #0e1217;
  margin-bottom: 24px;
  cursor: pointer;
}

.qa-wrap {
  width: 1260px;
  margin: 50px auto 80px;
  overflow: hidden;
  min-height: 600px;
}

.qa-content {
  overflow: hidden;
  width: 810px;
}

.qa-content .clearfix {
  position: relative;
}

.qa-content .clearfix:first-child {
  margin-bottom: 60px;
}

.qa-content .qa-tip {
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 14px;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background-color: #1378fb;
}

.qa-content .qa-info {
  color: #696f74;
  font-size: 14px;
  padding-left: 30px;
  padding-top: 16px;
  letter-spacing: 1px;
}

.qa-content .qa-question {
  position: relative;
}

.due-control {
  position: relative;
  height: 80px;
}

.due-label {
  float: left;
  width: 130px;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  color: #2d2d2d;
}

.due-input {
  width: 420px;
  outline: 0;
  padding: 15px 2px 15px 20px;
  font-size: 14px;
  border: 1px solid #e0e0e0;
  color: #2d2d2d;
}

.due-input:focus {
  border-color: #1283fc;
}

.due-input.error {
  border-color: red;
}

.due-input.warn {
  border-color: #080;
}

.due-input-error {
  display: none;
  line-height: 30px;
  color: #f30;
  font-size: 14px;
  padding: 12px 0 0 20px;
}

.due-input-error.warn {
  color: #080;
}

.due-input-error.warn>img {
  display: none;
}

.due-input-error>img {
  float: left;
  width: 18px;
  height: 18px;
  margin-top: 6px;
  margin-right: 10px;
}

.due-vcode {
  width: 200px;
}

.due-vcode-img {
  width: 205px;
  height: 48px;
  float: right;
  cursor: pointer;
}

.due-vcode-change {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 205px;
  text-align: center;
  font-size: 12px;
  color: #848484;
  cursor: pointer;
}

.due-tip {
  padding: 16px 35px;
  line-height: 28px;
  color: #696f74;
  font-size: 14px;
  background: #f4f6fa;
  text-align: justify;
  margin-top: 20px;
}

.due-search {
  display: block;
  width: 342px;
  height: 50px;
  margin: 40px auto;
  background: #1283fc;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 15px;
  border-radius: 2px;
}

.due-mask {
  display: none;
  position: absolute;
  width: 490px;
  height: 242px;
  top: 235px;
  left: 50%;
  margin-left: -245px;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 5px;
  z-index: 1101;
}

.due-mask .close {
  width: 18px;
  height: 18px;
  background: url(../image/close_overdue.png) no-repeat;
  position: absolute;
  top: 6px;
  right: 6px;
  cursor: pointer;
}

.due-info-label {
  text-align: center;
  margin-top: 24px;
  height: 80px;
  line-height: 80px;
  font-size: 26px;
  color: #1283fc;
}

.due-info-row {
  height: 26px;
  line-height: 26px;
  font-size: 13px;
  color: #979595;
}

.due-info-row .label {
  display: inline-block;
  width: 223px;
  text-align: right;
}

.due-wrap {
  min-height: 360px;
  margin: 50px auto 0;
  text-align: center;
}

.due-wrap .due-control,
.due-wrap .due-tip,
.due-wrap .due-wrap {
  width: 600px;
  height: auto;
}

.due-wrap .due-control {
  text-align: left;
  margin-bottom: 18px;
}

.due-wrap .due-input {
  padding: 0 0 0 20px;
  font-size: 15px;
  width: 441px;
  color: #0e1217;
  height: 41px;
  letter-spacing: 1px;
}

.due-wrap .due-vcode {
  width: 395px;
}

.due-wrap .due-vcode-img {
  height: 42px;
}

.due-wrap .due-search {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  width: 160px;
  height: 41px;
  line-height: 38px;
  font-size: 15px;
  border-radius: 0;
  background-color: #1378fb;
}

.due-wrap .due-search:hover {
  background-color: #0065e9;
}

.due-wrap .due-tip {
  padding: 16px 140px 22px;
}

.due-wrap .due-tip>p {
  margin-top: 6px;
  letter-spacing: 1px;
}

.due-wrap .currect-text {
  display: none;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 16px;
  margin-bottom: 20px;
  color: #1378fb;
  width: 312px;
  border-bottom: 1px dotted #d7d7d7;
  text-align: center;
}

.due-wrap .currect-text>img {
  vertical-align: -2px;
  width: 18px;
  height: 18px;
  margin: 4px 10px 0 4px;
}

.due-wrap .currect-text .due-info-row {
  font-size: 16px;
  color: #0e1217;
  margin-bottom: 8px;
  text-align: left;
}

.due-wrap .currect-text .due-info-row:last-child {
  margin-bottom: 0;
}

.due-wrap .currect-text .due-info-row .label {
  width: auto;
}

.due-wrap .currect-text .due-info-row .desc {
  width: 200px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.ns-wrap {
  width: 1260px;
  margin: 0 auto 80px;
  overflow: hidden;
}

.ns-crumbs {
  margin: 20px auto 62px;
  color: #696f74;
  font-size: 12px;
  width: 1260px;
  padding-left: 90px;
  letter-spacing: 2px;
}

.ns-crumbs a:hover {
  color: #1283fc;
}

.ns-left {
  border-top: 1px dotted #d7d7d7;
  padding-top: 14px;
  margin-left: 90px;
  max-width: 810px;
}

.ns-title {
  font-size: 24px;
  line-height: 40px;
  color: #1378fb;
  text-align: left;
  letter-spacing: 1px;
}

.ns-meta {
  font-size: 14px;
  color: #696f74;
  margin-top: 10px;
  padding-bottom: 18px;
  text-align: left;
  font-weight: 400;
  border-bottom: 1px dotted #d7d7d7;
  letter-spacing: 1px;
  font-family: "PingFang SC";
}

.ns-content {
  width: 810px;
  font-size: 14px;
  text-align: justify;
  color: #696f74;
  padding-bottom: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #d7d7d7;
}

.ns-content img {
  max-width: 100%;
}

.news-next:hover .news-pn-tip,
.news-prev:hover .news-pn-tip {
  color: #1378fb;
  -webkit-transition: color 0.1s ease-in 0s;
  transition: color 0.1s ease-in 0s;
}

.news-next:hover .news-pn-title,
.news-prev:hover .news-pn-title {
  color: #696f74;
  -webkit-transition: color 0.1s ease-in 0s;
  transition: color 0.1s ease-in 0s;
}

.news-prev {
  background: url(../image/icon-prev.png) 0 12px no-repeat;
  padding-left: 16px;
}

.news-next {
  text-align: right;
  background: url(../image/icon-next.png) 100% 12px no-repeat;
  padding-right: 16px;
}

.news-pn-tip {
  font-size: 16px;
  color: #737373;
}

.news-pn-title {
  font-size: 12px;
  color: #999;
  letter-spacing: 1px;
}

.banner {
  margin-top: 60px;
  width: 100%;
  min-width: 1280px;
  height: 680px;
  position: relative;
  background: url('../image/background.png') no-repeat;
  background-size: 100% 100%;

}

.banner .banner-content {
  position: relative;
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.banner .banner-img {
  position: absolute;
  height: 680px;
  max-width: 100%;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%)
}

.banner .banner-img>img {
  width: auto;
  height: 680px;
}

@media only screen and (max-width: 1281px) {
  .banner .banner-img {
    position: absolute;
    height: 680px;
    max-width: 100%;
    overflow: hidden;
  }

  .banner .banner-img>img {
    position: relative;
    left: -240px;
    width: auto;
    height: 680px;
  }
}


.banner .banner-content>.text-wrap {
  z-index: 888;
  position: absolute;
  left: 130px;
  top: 226px;
}

.text-wrap .text-first {
  font-size: 42px;

}

.text-wrap .text-second {
  color: #585a64;
}

#banner-button {
  display: block;
  position: relative;
  height: 40px;
  width: 135px;
  text-align: center;
  background: linear-gradient(90deg, #7999FF 0%, #546FFD 100%);
  color: #fff;
  margin-top: 30px;
  border-radius: 20px;
  cursor: pointer;
}

#banner-button i {
  display: inline-block;
  margin: 10px 10px 0px 24px;
  height: 16px;
  width: 16px;
  background: url(../image/banner-button-pic.png) no-repeat;
  background-size: 16px 16px;
  vertical-align: text-top;
}

#banner-button span {
  font-size: 15px;
  line-height: 36px;
  vertical-align: text-top;
  font-family: PingFang-SC-Medium;
}


.banner .banner-flag {
  position: absolute;
  left: 180px;
  top: 50%;
  margin-top: -113px;
}

.banner .banner-flag p {
  font-size: 54px;
  color: #fff;
  letter-spacing: 3px;
  line-height: 78px;
}

.banner .banner-flag .banner-button {
  background: #fff;
  width: 135px;
  height: 40px;
  display: inline-block;
  font-size: 15px;
  color: #3f69f2;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  font-weight: 600;
  margin-top: 30px;
  border-radius: 4px;
  transition: border-radius 0.6s;
  -webkit-transition: border-radius 0.6s;
}

.banner .banner-flag .banner-button img {
  height: 16px;
  margin-right: 8px;
  vertical-align: -3px;
  position: relative;
  z-index: 100;
}

.banner .qrcode-tip-wrap {
  position: relative;
  z-index: 10000;
  width: 135px;
  height: 0;
  top: 0;
  background: url(http://www.jiedaibao.com/static/static/img/newHomepage/qr_code.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: height 0.6s;
  transition: height 0.6s;
  -webkit-transition: all 0.6s;
  opacity: 0;
  filter: alpha(opacity=0);
}

.banner .qrcode-tip:hover {
  border-radius: 4px 4px 0 0;
}

.banner .qrcode-tip:hover .qrcode-tip-wrap {
  height: 135px;
  transition: all 0.6s;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.6s;
}

.content-container {
  background-color: #fff;
  width: 100%;
  text-align: center;
  min-width: 1260px;
}

.content-container .content {
  width: 1080px;
  margin: 0 auto;
}

.content-container .content>p {
  top: 88px;
  font-size: 28px;
  color: #0e1217;
  position: relative;
  letter-spacing: 4px;
}

.content-container .content>p::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: -16px;
  margin-left: -20px;
  background-color: #3f69f2;
}

.content-container ul {
  margin: 0;
  padding: 0;
  text-align: left;
}

.content-container li {
  display: inline-block;
  text-align: center;
}

.common-content {
  height: 780px;
  position: relative;
}

.common-content .text {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  width: 450px;
  text-align: left;
}

.common-content .text.right {
  right: 110px;
  left: inherit;
}

.common-content .text h3 {
  font-family: PingFangSC-Regular;
  font-size: 30px;
  color: rgba(0, 0, 0, 0.87);
  line-height: 32px;
  margin-bottom: 32px;
}

.common-content .text p {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.54);
  line-height: 28px;
}

.common-content .content {
  position: relative;
  height: 100%;
}

.common-content .content>img {
  position: absolute;
  width: 375px;
  top: 80px;
}

.common-content .content>img.sec-img {
  left: 249px;
  top: 145px;
  z-index: 1;
}

.common-content .content>img.second-img {
  left: 60px;
}

.common-content .content>img.first-img {
  right: 59px;
}

.content-list {
  position: relative;
}

.content-list .content {
  overflow: hidden;
  margin-bottom: 52px;
}

.content-list ul {
  margin: 190px auto 52px;
  text-align: center;
  height: 100%;
}

.content-list li {
  width: 500px;
  text-align: left;
  margin-bottom: 42px;
  height: 130px;
}

.content-list .news-link {
  cursor: pointer;
  display: inline-block;
}

.content-list .news-link:hover span {
  color: #3f69f2;
}

.content-list .news-img {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  height: 64px;
  vertical-align: top;
  margin-right: 20px;
  border-radius: 4px;
}

.content-list .news-right {
  vertical-align: middle;
  width: 350px;
  display: inline-block;
}

.content-list .news-right span {
  font-size: 18px;
  color: #212121;
  line-height: 18px;
  font-family: "PingFang SC Bold", "PingFang SC", "Microsoft Yahei",
    "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, "Heiti SC",
    "WenQuanYi Micro Hei", sans-serif !important;
}

.content-list .news-right p {
  font-size: 13px;
  color: #757575;
  line-height: 18px;
  margin-top: 10px;
  height: 72px;
}

.last-content .content {
  width: 1080px;
  position: relative;

}

.last-content .content ul {
  margin: 170px 0 0;
  width: 100%;
  text-align: center;
}

.last-content .content li {
  display: inline-block;
  height: 80px;
  position: relative;
  margin-bottom: 68px;
}

.last-content .content li>img {
  height: 80px;
}

.last-content .content li>img.left {
  left: 0;
  top: 0;
}

.last-content .content li>img.right {
  right: 0;
  top: 0;
}

.last-content .content li p {
  font-size: 18px;
  line-height: 24px;
  color: #212121;
  margin: 6px auto -10px;
  width: 100%;
  height: 46px;
}

.last-content .content li span {
  font-size: 14px;
  color: #757575;
}

.last-content .content li.top {
  top: 0;
}

.last-content .content li.top span {
  display: inline-block;
  line-height: 18px;
}

.last-content .content li.special-li p {
  line-height: 22px;
}

.last-content .content li.special-li span {
  position: relative;
  top: 14px;
}

.company-list {
  border-top: 1px solid #e6e6e6;
  height: 100px;
  min-width: 1260px;
}

.company-list a {
  width: 136px;
  display: inline-block;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
  margin-top: 22px;
  margin-right: 48px;
  cursor: pointer;
  -webkit-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.jiedaibao.com/static/static/img/newHomepage/company1.png', sizingMethod='scale');
  -webkit-transition: color 0.2s ease-out 0s;
  transition: color 0.2s ease-out 0s;
}

.company-list a:last-child {
  margin-right: 0;
}

.company-list .company1 {
  background-image: url(http://www.jiedaibao.com/static/static/img/newHomepage/company1.png);
}

.company-list .company1:hover {
  background-image: url(http://www.jiedaibao.com/static/static/img/newHomepage/company1h.png);
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.company-list .company2 {
  background-image: url(http://www.jiedaibao.com/static/static/img/newHomepage/company2.png);
}

.company-list .company2:hover {
  background-image: url(http://www.jiedaibao.com/static/static/img/newHomepage/company2h.png);
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.company-list .company3 {
  background-image: url(http://www.jiedaibao.com/static/static/img/newHomepage/company3.png);
}

.company-list .company3:hover {
  background-image: url(http://www.jiedaibao.com/static/static/img/newHomepage/company3h.png);
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.company-list .company4 {
  background-image: url(http://www.jiedaibao.com/static/static/img/newHomepage/company4.png);
}

.company-list .company4:hover {
  background-image: url(http://www.jiedaibao.com/static/static/img/newHomepage/company4h.png);
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.company-list .company5 {
  background-image: url(http://www.jiedaibao.com/static/static/img/newHomepage/company5.png);
}

.company-list .company5:hover {
  background-image: url(http://www.jiedaibao.com/static/static/img/newHomepage/company5h.png);
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.company-list .company6 {
  background-image: url(http://www.jiedaibao.com/static/static/img/newHomepage/company6.png);
}

.company-list .company6:hover {
  background-image: url(http://www.jiedaibao.com/static/static/img/newHomepage/company6h.png);
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

@-webkit-keyframes buttonPlay {
  0% {
    background-color: #e9f0fa;
  }

  100% {
    background-color: #fff;
  }
}

@keyframes buttonPlay {
  0% {
    background-color: #e9f0fa;
  }

  100% {
    background-color: #fff;
  }
}

@-webkit-keyframes unbannerPlay {
  0% {
    -webkit-transform: scale(1.05) translateZ(0);
  }

  100% {
    -webkit-transform: scale(1) translateZ(0);
  }
}

@keyframes unbannerPlay {
  0% {
    -webkit-transform: scale(1.05) translateZ(0);
  }

  100% {
    -webkit-transform: scale(1) translateZ(0);
  }
}

@-webkit-keyframes bannerPlay {
  0% {
    -webkit-transform: scale(1) translateZ(0);
  }

  100% {
    -webkit-transform: scale(1.05) translateZ(0);
  }
}

@keyframes bannerPlay {
  0% {
    -webkit-transform: scale(1) translateZ(0);
  }

  100% {
    -webkit-transform: scale(1.05) translateZ(0);
  }
}

@-webkit-keyframes playLink {
  0% {
    background: url(http://www.jiedaibao.com/static/static/img/newHomepage/banner_play.png) no-repeat center center;
  }

  100% {
    background: url(../static/img/newHomepage/banner_playH.png) no-repeat center center;
  }
}

@keyframes playLink {
  0% {
    background: url(http://www.jiedaibao.com/static/static/img/newHomepage/banner_play.png) no-repeat center center;
  }

  100% {
    background: url(../static/img/newHomepage/banner_playH.png) no-repeat center center;
  }
}

@-webkit-keyframes iconLink {
  0% {
    background: url(http://www.jiedaibao.com/static/static/img/newHomepage/banner_icon.png) no-repeat center center;
  }

  100% {
    background: url(../static/img/newHomepage/banner_iconH.png) no-repeat center center;
  }
}

@keyframes iconLink {
  0% {
    background: url(http://www.jiedaibao.com/static/static/img/newHomepage/banner_icon.png) no-repeat center center;
  }

  100% {
    background: url(../static/img/newHomepage/banner_iconH.png) no-repeat center center;
  }
}

@-webkit-keyframes falling {
  0% {
    top: 0;
  }

  100% {
    top: 120px;
  }
}

@keyframes falling {
  0% {
    top: 0;
  }

  100% {
    top: 120px;
  }
}

@-webkit-keyframes rotates {
  0% {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@keyframes rotates {
  0% {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@-webkit-keyframes rotatesback {
  0% {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(45deg0deg);
    transform: rotate(45deg);
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes rotatesback {
  0% {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(45deg0deg);
    transform: rotate(45deg);
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes changeGif {
  0% {
    top: 21px;
  }

  100% {
    top: 150px;
  }
}

@keyframes changeGif {
  0% {
    top: 21px;
  }

  100% {
    top: 150px;
  }
}

@-webkit-keyframes changeGif3 {
  0% {
    visibility: hidden;
  }

  10% {
    visibility: visible;
  }

  50% {
    visibility: visible;
  }

  80% {
    visibility: visible;
  }

  100% {
    visibility: visible;
  }
}

@keyframes changeGif3 {
  0% {
    visibility: hidden;
  }

  10% {
    visibility: visible;
  }

  50% {
    visibility: visible;
  }

  80% {
    visibility: visible;
  }

  100% {
    visibility: visible;
  }
}

@-webkit-keyframes changeGif2 {
  0% {
    background-image: url(../static/img/newHomepage/content_box1.png);
  }

  5% {
    background-image: url(../static/img/newHomepage/content_box1.png);
  }

  10% {
    background-image: url(../static/img/newHomepage/content_box1.png);
  }

  15% {
    background-image: url(../static/img/newHomepage/content_box1.png);
  }

  20% {
    background-image: url(../static/img/newHomepage/content_box2.png);
  }

  25% {
    background-image: url(../static/img/newHomepage/content_box2.png);
  }

  30% {
    background-image: url(../static/img/newHomepage/content_box2.png);
  }

  35% {
    background-image: url(../static/img/newHomepage/content_box2.png);
  }

  40% {
    background-image: url(../static/img/newHomepage/content_box3.png);
  }

  45% {
    background-image: url(../static/img/newHomepage/content_box3.png);
  }

  50% {
    background-image: url(../static/img/newHomepage/content_box3.png);
  }

  55% {
    background-image: url(../static/img/newHomepage/content_box4.png);
  }

  60% {
    background-image: url(../static/img/newHomepage/content_box4.png);
  }

  65% {
    background-image: url(../static/img/newHomepage/content_box4.png);
  }

  70% {
    background-image: url(../static/img/newHomepage/content_box4.png);
  }

  75% {
    background-image: url(../static/img/newHomepage/content_box4.png);
  }

  80% {
    background-image: url(../static/img/newHomepage/content_box4.png);
  }

  85% {
    background-image: url(../static/img/newHomepage/content_box1.png);
  }

  90% {
    background-image: url(../static/img/newHomepage/content_box1.png);
  }

  95% {
    background-image: url(../static/img/newHomepage/content_box1.png);
  }

  100% {
    background-image: url(../static/img/newHomepage/content_box1.png);
  }
}

@keyframes changeGif2 {
  0% {
    background-image: url(../static/img/newHomepage/content_box1.png);
  }

  5% {
    background-image: url(../static/img/newHomepage/content_box1.png);
  }

  10% {
    background-image: url(../static/img/newHomepage/content_box1.png);
  }

  15% {
    background-image: url(../static/img/newHomepage/content_box1.png);
  }

  20% {
    background-image: url(../static/img/newHomepage/content_box2.png);
  }

  25% {
    background-image: url(../static/img/newHomepage/content_box2.png);
  }

  30% {
    background-image: url(../static/img/newHomepage/content_box2.png);
  }

  35% {
    background-image: url(../static/img/newHomepage/content_box2.png);
  }

  40% {
    background-image: url(../static/img/newHomepage/content_box3.png);
  }

  45% {
    background-image: url(../static/img/newHomepage/content_box3.png);
  }

  50% {
    background-image: url(../static/img/newHomepage/content_box3.png);
  }

  55% {
    background-image: url(../static/img/newHomepage/content_box4.png);
  }

  60% {
    background-image: url(../static/img/newHomepage/content_box4.png);
  }

  65% {
    background-image: url(../static/img/newHomepage/content_box4.png);
  }

  70% {
    background-image: url(../static/img/newHomepage/content_box4.png);
  }

  75% {
    background-image: url(../static/img/newHomepage/content_box4.png);
  }

  80% {
    background-image: url(../static/img/newHomepage/content_box4.png);
  }

  85% {
    background-image: url(../static/img/newHomepage/content_box1.png);
  }

  90% {
    background-image: url(../static/img/newHomepage/content_box1.png);
  }

  95% {
    background-image: url(../static/img/newHomepage/content_box1.png);
  }

  100% {
    background-image: url(../static/img/newHomepage/content_box1.png);
  }
}

@-webkit-keyframes ripple {
  0% {
    left: -50%;
    top: -50%;
    opacity: 0.75;
    filter: alpha(opacity=75);
    width: 25px;
    height: 25px;
    border-color: rgba(255, 255, 255, 0.9);
  }

  50% {
    opacity: 0.45;
    filter: alpha(opacity=45);
    border-color: rgba(255, 255, 255, 0.45);
  }

  100% {
    left: -18px;
    top: -18px;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 40px;
    height: 40px;
    border-color: rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  0% {
    left: -50%;
    top: -50%;
    opacity: 0.75;
    filter: alpha(opacity=75);
    width: 25px;
    height: 25px;
    border-color: rgba(255, 255, 255, 0.9);
  }

  50% {
    opacity: 0.45;
    filter: alpha(opacity=45);
    border-color: rgba(255, 255, 255, 0.45);
  }

  100% {
    left: -18px;
    top: -18px;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 40px;
    height: 40px;
    border-color: rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(2);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

.ie8banner-wrap {
  position: relative;
  min-width: 1260px;
  margin: 0 auto;
  min-height: 800px;
  max-height: 705px;
  overflow: hidden;
}

.ie8banner-wrap li,
.ie8banner-wrap ul {
  height: 100%;
  width: 100%;
}

.ie8banner-wrap .banner {
  width: 100%;
  height: 800px;
  background-image: url(../image/square.png);
  background-repeat: repeat;
  position: relative;
  text-align: center;
}

.ie8banner-wrap .banner .left-logo {
  position: absolute;
  left: 24px;
  top: 50%;
  margin-top: -110px;
}

.ie8banner-wrap .header-img {
  position: absolute;
  width: auto;
  height: 642px;
  left: 50%;
  margin-left: -560px;
  margin-top: 63px;
}

.ie8banner-wrap .header-content {
  width: 1100px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -137px;
  margin-left: -530px;
  text-align: center;
}

.ie8banner-wrap .header-text h3 {
  font-size: 58px;
  color: #fefeff;
  margin: 0;
  line-height: 54px;
}

.ie8banner-wrap .header-text h3:first-child {
  margin-bottom: 16px;
}

.ie8banner-wrap .header-text p {
  font-size: 33px;
  color: #fff;
  margin-top: 14px;
}

.ie8banner-wrap .header-text .intro-down {
  padding-top: 36px;
  text-align: center;
}

.ie8banner-wrap .header-text .system-down:hover .system-down-wrap {
  height: 118px;
}

.ie8banner-wrap .header-text .system-down-wrap {
  position: absolute;
  left: 0;
  top: 35px;
  height: 0;
  padding-top: 25px;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 5;
}

.ie8banner-wrap .header-text .banner-button {
  display: block;
  width: 158px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  background-color: #e9f0fa;
  color: #1378fb;
  margin: 5% auto 0;
  padding-right: 1px;
  position: relative;
  left: -1px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 20px rgba(10, 54, 154, 0.5);
  box-shadow: 0 0 20px rgba(10, 54, 154, 0.5);
}

.ie8banner-wrap .header-text .banner-button img {
  height: 14px;
  margin-right: 8px;
  vertical-align: -1px;
  position: relative;
  z-index: 100;
}

.ie8banner-wrap .header-text .banner-button:hover {
  -webkit-animation: buttonPlay 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation: buttonPlay 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.ie8banner-wrap .qrcode-tip:hover .qrcode-tip-wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  height: 168px;
}

.ie8banner-wrap .qrcode-tip-wrap {
  position: relative;
  z-index: 1000000;
  width: 178px;
  height: 0;
  background: url(http://www.jiedaibao.com/static/static/img/newHomepage/qr_code.png) no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.ie8banner-wrap .banner-footer {
  position: absolute;
  height: 128px;
  bottom: 6%;
  margin: 0 0 0 -630px;
  width: 1260px;
  left: 50.4%;
  text-align: center;
  padding: 0;
}

.ie8banner-wrap .banner-footer li {
  display: inline-block;
  width: 406px;
  height: 128px;
  margin: 0;
  text-align: left;
  margin-right: 10px;
  position: relative;
}

.ie8banner-wrap .banner-footer img {
  width: 172px;
  height: 128px;
  display: inline-block;
  vertical-align: top;
  -webkit-animation: unbannerPlay 1s cubic-bezier(0.19, 1, 0.22, 1);
  animation: unbannerPlay 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.ie8banner-wrap .banner-footer a.footer-bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.ie8banner-wrap .banner-footer a.footer-bg .img {
  width: 172px;
  height: 128px;
  overflow: hidden;
  float: left;
}

.ie8banner-wrap .banner-footer a.footer-bg:hover {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.ie8banner-wrap .banner-footer a.footer-bg:hover img {
  -webkit-animation: bannerPlay 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation: bannerPlay 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.ie8banner-wrap .right {
  height: 128px;
  width: 210px;
}

.ie8banner-wrap .right p {
  font-size: 20px;
  color: #fff;
  margin: 24px 0 0 24px;
  line-height: 28px;
  height: 56px;
}

.ie8banner-wrap .icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  left: 196px;
  top: 90px;
  cursor: pointer;
  position: absolute;
  z-index: 100;
  background: url(http://www.jiedaibao.com/static/static/img/newHomepage/banner_icon.png) no-repeat center center;
}

.ie8banner-wrap .icon:hover {
  -webkit-animation: iconLink 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation: iconLink 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.ie8banner-wrap .play {
  background: url(http://www.jiedaibao.com/static/static/img/newHomepage/banner_play.png) no-repeat center center;
}

.ie8banner-wrap .play:hover {
  -webkit-animation: playLink 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation: playLink 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.invest-list {
  width: 1260px;
  padding: 30px 106px 60px;
}

.invest-list ul {
  width: 1050px;
  overflow: hidden;
}

.invest-list .invest-item {
  float: left;
  padding: 0 32px;
  margin-bottom: 80px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-right: 1px dashed #c5c5c7;
  position: relative;
}

.invest-list .invest-item:hover {
  background: #f7f8fa;
}

.invest-list .invest-border {
  width: 1px;
  background-color: #e1e2e6;
  height: 240px;
  float: left;
  margin-top: 98px;
}

.invest-list .invest-title {
  display: block;
  width: 285px;
  text-align: center;
  font-size: 24px;
  color: #0e1217;
  letter-spacing: 0.5px;
  -webkit-transition: color 0.2s ease-in-out 0s;
  transition: color 0.2s ease-in-out 0s;
}

.invest-list .invest-title .title {
  font-size: 22px;
  font-weight: 700;
  color: #323233;
  margin: 24px 0;
}

.invest-list .invest-img {
  width: 90px;
  margin-top: 40px;
}

.invest-list .sub-list {
  height: 184px;
}

.invest-list .invest-link {
  display: block;
  font-size: 14px;
  color: #4c4c4c;
  margin-bottom: 10px;
}

.invest-list .invest-link:hover {
  color: #1378fb;
  -webkit-transition: color 0.1s ease-in 0s;
  transition: color 0.1s ease-in 0s;
}

.invest-list .invest-link:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top;
  margin-right: 5px;
  background: url(http://www.jiedaibao.com/static/static/img/newHomepage/wenzhang_icon.png) no-repeat center center;
  -webkit-background-size: contain;
  background-size: contain;
}

.no-borderTop {
  border-top: none !important;
}

.knowlege-wrap {
  width: 1260px;
  margin: 50px auto;
}

.knowlege-list {
  text-align: left;
  width: 1260px;
  padding: 0 8px;
}

.knowlege-list.floatCenter {
  text-align: center;
  width: 956px;
  margin: 0 auto;
}

.knowlege-list.floatCenter .knowlege-item:last-child:after {
  display: none;
}

.knowlege-list .knowlege-item {
  margin: 0 0 50px 0;
  width: 310px;
  padding: 0 42px;
  position: relative;
  display: inline-block;
  float: left;
}

.knowlege-list .knowlege-item:after {
  content: "";
  position: absolute;
  top: 0;
  right: -6px;
  width: 1px;
  height: 375px;
  color: #1378fb;
  border-left: 1px dotted #d1d4e2;
}

.knowlege-list .knowlege-title {
  display: block;
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 234px;
  height: 156px;
  line-height: 156px;
  text-align: center;
  font-size: 20px;
  color: #696f74;
  font-weight: 700;
  -webkit-background-size: contain;
  background-size: contain;
  border-bottom: 1px dotted #d1d4e2;
  letter-spacing: 1px;
}

.knowlege-list .knowlege-title span {
  color: #1378fb;
  letter-spacing: 1px;
}

.knowlege-list .knowlege-link {
  text-align: left;
  display: block;
  font-size: 16px;
  color: #696f74;
  margin-bottom: 12px;
}

.knowlege-list .knowlege-link:before {
  content: "";
  display: inline-block;
  background: url(../image/hot-arrow.png) no-repeat center center;
  width: 6px;
  height: 12px;
  color: #1378fb;
  margin: 0 10px 0 8px;
}

.knowlege-list .sub-knowlege {
  padding: 20px 0 8px;
  height: 240px;
}

.no-right {
  border-right: none !important;
}

.no-right:after {
  display: none !important;
}

.p-title {
  text-align: center;
  padding-top: 70px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 30px;
}

.p-des {
  text-align: center;
}

.p-des a {
  text-decoration: underline;
  color: #fff;
}

.p-bg {
  background-color: #f9f9f9;
}

.p-wrap {
  width: 900px;
  margin: 0 auto;
  padding-top: 30px;
}

.p-form-control {
  margin: 20px 0 10px;
  font-size: 16px;
  position: relative;
}

.p-label {
  float: left;
  width: 165px;
  color: #2d2d2d;
  padding-left: 33px;
  padding-top: 20px;
}

.p-label i {
  margin-left: 5px;
  color: #6aa7fd;
}

.p-input-container {
  position: relative;
  width: 670px;
  display: inline-block;
}

.p-input-container button,
.p-input-container input,
.p-input-container textarea {
  width: 100%;
}

.p-input {
  height: 65px;
  border: 1px solid #e0e0e0;
  padding: 0 25px;
  line-height: 65px;
}

.p-input:focus,
.p-textarea:focus {
  border: 1px solid #1283fc;
}

.p-input.error,
.p-textarea.error {
  border-color: red;
}

.p-input-error {
  display: none;
  position: absolute;
  right: 40px;
  top: 23px;
  color: red;
  font-size: 15px;
}

.p-textarea+.p-input-error {
  left: 0;
  top: inherit;
}

.p-textarea {
  max-width: 100%;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  padding: 15px 25px;
}

.p-submit {
  background: #1283fc;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  margin: 50px 0;
}

.p-triangle {
  position: absolute;
  right: 28px;
  top: 29px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
}

.p-province {
  display: none;
  position: absolute;
  top: 64px;
  left: 0;
  width: 100%;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 3px #ededed;
  box-shadow: 1px 1px 3px #ededed;
  border: 1px solid #ccc;
  font-size: 14px;
  color: #3a3a3a;
  z-index: 1;
}

.p-province-area {
  margin-bottom: 10px;
}

.p-province-area>span {
  background: #e9e9e9;
}

.p-province-area>a,
.p-province-area>span {
  display: inline-block;
  width: 50px;
  text-align: center;
}

.p-province-area .active {
  color: #1283fc;
}

.p-mask {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 625px;
  margin-left: -315px;
  margin-top: -150px;
  z-index: 1101;
}

.p-mask>img {
  width: 100%;
}

.p-mask-title {
  color: #1283fc;
  font-size: 24px;
  position: absolute;
  top: 33%;
  left: 45%;
}

.p-mask-desc {
  color: #3a3a3a;
  font-size: 14px;
  position: absolute;
  top: 45%;
  left: 45%;
  width: 40%;
}

.c-banner {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: -1px;
  padding-top: 54px;
  overflow: hidden;
}

.c-banner>img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  z-index: -1;
}

.c-crumbs {
  margin: 20px;
  font-size: 13px;
  color: #fff;
}

.c-crumbs a:hover {
  color: #1283fc;
}

.c-title {
  font-size: 60px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}

.c-search {
  width: 667px;
  margin: 30px auto 0;
}

.c-search-input {
  width: 100%;
  padding: 20px;
  color: #000;
  font-size: 16px;
  background: #e9e9e9;
  border: none;
  cursor: pointer;
}

.c-province {
  width: 100%;
  padding: 20px;
  background: #fff;
  font-size: 14px;
  color: #3a3a3a;
}

.c-wrap {
  width: 870px;
  margin: 70px auto;
}

.c-desc {
  text-align: center;
  font-size: 30px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #e0e0e0;
}

.c-area {
  font-size: 48px;
  color: #3a3a3a;
}

.c-city {
  color: #1283fc;
}

.c-list {
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
}

.c-list thead tr {
  background: #e9e9e9;
}

.c-list tbody tr {
  background: #fff;
}

.c-list tbody tr:nth-child(even) {
  background: #e9e9e9;
}

.c-list td,
.c-list th {
  border: 1px solid #e0e0e0;
  height: 48px;
  text-align: center;
  vertical-align: middle;
}

.c-list th {
  color: #2d2d2d;
  font-weight: 100;
}

.c-list td {
  color: #858585;
}

.wrap-bg {
  background: url(../image/part2_bg.png) repeat top left #f4f6fa;
  padding-bottom: 80px;
  position: relative;
}

.wrap-bg .city {
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
}

.a-section {
  padding: 64px 0 55px;
}

.a-hr {
  border-top: 1px dashed #e0e0e0;
}

.a-container {
  width: 880px;
  margin: 0 auto;
}

.a-img {
  width: 340px;
  height: 224px;
}

.a-content {
  width: 470px;
}

.a-title {
  font-size: 18px;
  color: #1283fc;
  line-height: 32px;
  margin-bottom: 10px;
  margin-left: -20px;
}

.a-list {
  list-style-type: disc;
  line-height: 22px;
}

.a-list>li {
  margin-top: 15px;
  font-size: 18px;
  color: #1283fc;
}

.a-list p {
  font-size: 14px;
  color: #a2a2a2;
  text-align: justify;
  word-break: break-all;
}

.a-list a {
  text-decoration: underline;
}

.download-code {
  width: 4rem;
  cursor: pointer;
  font-size: 14px;
  color: #3F69F2 !important;
  opacity: 1;
}

.downloadcode {
  position: absolute;
  display: none;
  opacity: 1;
  width: 100px;
  height: 100px;
  background: url('../image/download_qrcode.png');
  background-size: 100%;
}

.download-code:hover .downloadcode {
  display: block;
}