* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}
*[hidefocus],
input,
textarea,
a {
  outline: 0;
}
@font-face {
  font-family: 'jinrong';
  src: local('jinrong'), url(//web-resource.mixiaojin.com/cfc-official-website-fe/img/4af0eb16e98e533a458264a0d76e3b91.otf);
}
@font-face {
  font-family: 'jinrongBold';
  src: local('jinrongBold'), url(//web-resource.mixiaojin.com/cfc-official-website-fe/img/13266c821bd7aea26bcc7830893a17f7.otf);
}
* {
  font-family: 'MI Lan Pro', 'HanHei SC', 'Avenir Next', 'Avenir', 'Helvetica Neue', Helvetica, 'Lantinghei SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', 'STHeiti', 'WenQuanYi Micro Hei', 'SimSun', sans-serif;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
  outline: 0;
}
fieldset,
img,
html,
body,
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
caption,
th {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}
em,
strong {
  font-style: normal;
}
a,
button {
  cursor: pointer;
}
i {
  font-style: normal;
}
textarea {
  resize: none;
  overflow: auto;
}
a {
  color: #666;
  text-decoration: none;
}
a,
img,
button,
input,
textarea {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
pre {
  white-space: pre-wrap;
}
body,
textarea,
select,
input {
  font-family: 'MI Lan Pro', 'HanHei SC', 'PingFang SC', 'Avenir Next', 'Avenir', 'Helvetica Neue', Helvetica, 'Lantinghei SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', 'STHeiti', 'WenQuanYi Micro Hei', 'SimSun', sans-serif;
  font-size: 14px;
  color: #000;
}
body {
  font-size: 14px;
  line-height: 1.72;
  background: #fff;
  color: #000000a6;
  -webkit-text-size-adjust: none;
  font-weight: 400;
}
html,
body {
  width: 100%;
}

/**
 * banner图下的大标题以及其描述
*/
/**
 * 卡片样式
 */
.banner {
  text-align: center;
  color: #fff;
  position: relative;
  font-family: 'MI Lan Pro', 'HanHei SC', 'Avenir Next', 'Avenir', 'Helvetica Neue', Helvetica, 'Lantinghei SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', 'STHeiti', 'WenQuanYi Micro Hei', 'SimSun', sans-serif;
  font-weight: 600;
  max-height: 695px;
  overflow: hidden;
  background-color: #000F3C;
  width: 100%;
  margin-top: 6px;
}
.banner img {
  width: 100%;
  max-width: 1440px;
  vertical-align: bottom;
  max-height: 655px;
}
.banner .banner-img {
  position: relative;
}
.banner .banner-bg-bottom {
  height: 39px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.banner .banner-bg-bottom img {
  height: 39px;
  width: 1003px;
  position: absolute;
  left: 50%;
  margin-left: -501.5px;
}
.banner .banner-bg-bottom .mask-white {
  background-color: #ffffff;
  width: 50%;
  height: 39px;
  position: absolute;
}
.banner .banner-bg-bottom .mask-white-left {
  left: -501.5px;
}
.banner .banner-bg-bottom .mask-white-right {
  right: -501.5px;
}
.banner .banner-bg-bottom .mobile-banner-mask {
  display: none;
}
.banner h2 {
  font-size: 64px;
  letter-spacing: 15.8px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -55px;
}
.banner h2 .dot {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.banner .mobile-radius-right,
.banner .mobile-radius-left {
  display: none;
}
@media screen and (max-width: 1002px) {
  .banner .banner-gradient-layer {
    height: 66%;
    width: 100%;
    top: 0%;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(#254070), color-stop(112.12%, rgba(0, 1, 2, 0.0001)));
    background: -o-linear-gradient(top, #254070 0%, rgba(0, 1, 2, 0.0001) 112.12%);
    background: linear-gradient(180deg, #254070 0%, rgba(0, 1, 2, 0.0001) 112.12%);
  }
}
@media screen and (max-width: 768px) {
  .banner {
    background-color: unset;
  }
  .banner .pc-index-banner {
    display: block;
    width: 100vw;
    height: auto;
    max-height: 253px;
  }
  .banner h2 {
    font-size: 32px;
    margin-left: -145.505px;
    margin-top: -28px;
    z-index: 1;
  }
  .banner h2 .dot {
    width: 6px;
    height: 6px;
  }
  .banner .banner-bg-bottom {
    display: none;
  }
}
.pageTitle-container {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 90px;
}
.pageTitle-container .pagetitle-content {
  margin: 0 auto;
  width: 1002px;
}
.pageTitle-container .pagetitle-content .title {
  font-size: 42px;
  /* TODO 抽出主题颜色，使用变量来替代 */
  color: #000a1f;
  line-height: 56px;
  font-family: 'MI Lan Pro', 'HanHei SC', 'Avenir Next', 'Avenir', 'Helvetica Neue', Helvetica, 'Lantinghei SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', 'STHeiti', 'WenQuanYi Micro Hei', 'SimSun', sans-serif;
  font-weight: 700;
}
.pageTitle-container .pagetitle-content .subtitle {
  font-size: 24px;
  line-height: 32px;
  color: #000a1f;
  margin-top: 10px;
  font-family: 'MI Lan Pro', 'HanHei SC', 'Avenir Next', 'Avenir', 'Helvetica Neue', Helvetica, 'Lantinghei SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', 'STHeiti', 'WenQuanYi Micro Hei', 'SimSun', sans-serif;
  font-weight: 600;
}
.pageTitle-container .pagetitle-content .mobile-title-desc {
  display: none;
}
.pageTitle-container .pagetitle-content .title-desc {
  margin-top: 30px;
  text-align: left;
  font-size: 18px;
  line-height: 27px;
  color: #333;
  text-indent: 2em;
}
.pageTitle-container .pagetitle-content .title-desc ~ .title-desc {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .pageTitle-container {
    margin-top: 33px;
    margin-bottom: 42px;
  }
  .pageTitle-container .pagetitle-content {
    width: 100vw;
    padding: 0 30px;
    text-align: left;
  }
  .pageTitle-container .pagetitle-content .title,
  .pageTitle-container .pagetitle-content .subtitle {
    display: none;
  }
  .pageTitle-container .pagetitle-content .title-desc {
    display: none;
  }
  .pageTitle-container .pagetitle-content .mobile-title-desc {
    font-size: 12px;
    display: block;
    line-height: 24px;
    font-weight: 400;
  }
  .pageTitle-container .pagetitle-content .mobile-title-desc .mobile-title-company {
    color: #01103E;
    font-weight: 600;
  }
}
.wechat-official-container {
  background-color: #151826;
  height: 556px;
  color: #DCBF9C;
  padding-top: 74px;
}
.wechat-official-container .wechat-official-content {
  max-width: 1002px;
  margin: 0 auto;
  text-align: right;
}
.wechat-official-container .product-desc {
  float: left;
  text-align: left;
  margin-top: 71px;
}
.wechat-official-container .product-desc .product-title {
  font-size: 42px;
  line-height: 56px;
  color: #DBBE9A;
  background: -webkit-linear-gradient(0deg, #D7B995 0%, #FFE7CB 76%, #D6B894);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'MI Lan Pro', 'HanHei SC', 'Avenir Next', 'Avenir', 'Helvetica Neue', Helvetica, 'Lantinghei SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', 'STHeiti', 'WenQuanYi Micro Hei', 'SimSun', sans-serif;
  font-weight: 700;
}
.wechat-official-container .product-desc .product-subtitle {
  font-size: 18px;
  line-height: 24px;
  margin-top: 8px;
}
.wechat-official-container .product-desc .wechat-officialAccount {
  margin-top: 44px;
  width: 150px;
  height: 150px;
}
.wechat-official-container .product-desc .img-desc {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
.wechat-official-container .product-shotcut {
  width: 349px;
  height: 482px;
}
@media screen and (max-width: 1300px) {
  .wechat-official-container {
    padding: 74px 150px 0;
  }
}
@media screen and (max-width: 768px) {
  .wechat-official-container {
    padding: 0;
    overflow: hidden;
    height: unset;
  }
  .wechat-official-container .product-desc {
    float: none;
    text-align: center;
    display: block;
    margin-top: 50px;
  }
  .wechat-official-container .product-desc .product-title {
    font-size: 32px;
    line-height: 42px;
  }
  .wechat-official-container .product-shotcut {
    display: block;
    margin: 0 auto;
    width: 303px;
    height: 418px;
    margin-top: 50px;
  }
  .product-wechat-container {
    display: none;
  }
  .wechat-official-content {
    width: 100vw;
    margin: 0 auto;
  }
}
/**
  兼容IE8
*/
@media \0  {
  .wechat-official-container {
    padding: 74px 18% 0;
  }
}
.feature-container {
  padding: 120px 0;
  text-align: center;
}
.feature-container .feature-content {
  max-width: 1002px;
  margin: 0 auto;
}
.feature-container .feature-title {
  display: none;
}
.feature-container .feature-item {
  display: inline-block;
  vertical-align: top;
}
.feature-container .feature-item img {
  width: 72px;
  height: 72px;
}
.feature-container .feature-item h4 {
  font-size: 28px;
  line-height: 36px;
  color: #000a1f;
  font-family: 'MI Lan Pro', 'HanHei SC', 'Avenir Next', 'Avenir', 'Helvetica Neue', Helvetica, 'Lantinghei SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', 'STHeiti', 'WenQuanYi Micro Hei', 'SimSun', sans-serif;
  font-weight: 600;
}
.feature-container .feature-item p {
  font-size: 18px;
  line-height: 27px;
  color: #333;
  margin-top: 10px;
  white-space: nowrap;
  font-family: 'MI Lan Pro', 'HanHei SC', 'Avenir Next', 'Avenir', 'Helvetica Neue', Helvetica, 'Lantinghei SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', 'STHeiti', 'WenQuanYi Micro Hei', 'SimSun', sans-serif;
  font-weight: 400;
}
.feature-container .feature-item p + p {
  margin-top: 0;
}
.feature-container .feature-item + .feature-item {
  margin-left: 300px;
}
@media screen and (max-width: 1400px) {
  .feature-container {
    padding: 120px 0;
  }
  .feature-container .feature-item + .feature-item {
    margin-left: 190px;
  }
}
@media screen and (max-width: 768px) {
  .feature-container {
    margin-top: 48px;
    padding: 0 24px;
    width: 100vw;
  }
  .feature-container .feature-title {
    display: block;
    font-size: 20px;
    color: #01103E;
    font-weight: 600;
  }
  .feature-container .feature-item-wrapper {
    background-color: #f5f9ff;
    margin-top: 15px;
    padding: 24px 10px;
  }
  .feature-container .feature-item .pc-feature-fastpay,
  .feature-container .feature-item .pc-feature-interestrate,
  .feature-container .feature-item .pc-feature-cycle {
    width: 45px;
    height: 45px;
  }
  .feature-container .feature-item h4 {
    font-size: 18px;
    color: #000a1f;
    line-height: 24px;
    font-weight: 500;
  }
  .feature-container .feature-item p {
    font-size: 12px;
    color: #666c79;
    line-height: 16px;
    margin-top: 8px;
  }
  .feature-container .feature-item + .feature-item {
    margin-left: 10%;
  }
}
@media screen and (max-width: 400px) {
  .feature-container .feature-item + .feature-item {
    margin-left: 5%;
  }
}
@media screen and (max-width: 360px) {
  .feature-container .feature-item-wrapper {
    padding: 18px 1px;
  }
  .feature-container .feature-item + .feature-item {
    margin-left: 2px;
  }
}
@media \0  {
  .feature-container {
    padding: 120px 0;
  }
  .feature-container .feature-item + .feature-item {
    margin-left: 190px;
  }
}
.guide {
  background-color: #f7fbff;
  color: #1a1a1a;
  text-align: center;
  padding: 70px 0 108px;
}
.guide .guide-title {
  font-size: 42px;
  line-height: 56px;
  font-family: 'MI Lan Pro', 'HanHei SC', 'Avenir Next', 'Avenir', 'Helvetica Neue', Helvetica, 'Lantinghei SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', 'STHeiti', 'WenQuanYi Micro Hei', 'SimSun', sans-serif;
  font-weight: 700;
}
.guide .process-container {
  margin-top: 60px;
}
.guide .process-container .process-item {
  display: inline-block;
  position: relative;
  width: 150px;
  vertical-align: middle;
}
.guide .process-container .process-item img {
  width: 80px;
  height: 80px;
}
.guide .process-container .process-item p {
  margin-top: 22px;
  font-size: 24px;
  line-height: 32px;
  white-space: nowrap;
  font-family: 'MI Lan Pro', 'HanHei SC', 'Avenir Next', 'Avenir', 'Helvetica Neue', Helvetica, 'Lantinghei SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', 'STHeiti', 'WenQuanYi Micro Hei', 'SimSun', sans-serif;
  font-weight: 600;
}
.guide .process-container .process-item p .mobile-desc {
  display: none;
}
.guide .process-container .line-item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -24px;
  height: 3px;
  width: 52px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(98%, #000000));
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #000000 98%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #000000 98%);
  filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#ffffff,endColorstr=#000000)";
  /*IE<9>*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#ffffff, endColorstr=#000000)";
  /*IE8+*/
}
.guide .mobile-process-wrapper {
  display: none;
}
@media screen and (max-width: 768px) {
  .guide {
    background-color: #fff;
    overflow: hidden;
    margin-top: 48px;
    padding: 0;
  }
  .guide .guide-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
  }
  .guide .pc-process-container {
    margin-top: 15px;
    display: block;
  }
  .guide .pc-process-container .process-item:first-child {
    display: none;
  }
  .guide .pc-process-container .process-item {
    width: 48px;
  }
  .guide .pc-process-container .process-item img {
    width: 48px;
    height: 48px;
  }
  .guide .pc-process-container .process-item p {
    font-size: 12px;
    font-weight: 400;
    margin-top: 4px;
    line-height: 16px;
  }
  .guide .pc-process-container .process-item p .pc-desc {
    display: none;
  }
  .guide .pc-process-container .process-item p .mobile-desc {
    display: inline;
  }
  .guide .pc-process-container .line-item {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(97.84%, rgba(0, 0, 0, 0.3)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 97.84%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 97.84%);
    opacity: 0.6;
    width: 16px;
    height: 1px;
    top: -12px;
    left: -1px;
  }
  .guide .pc-process-container .first-line {
    display: none;
  }
  .guide .process-wrapper {
    background-color: #F5F9FF;
    margin: 0 24px;
    padding: 24px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media \0  {
  .guide {
    padding: 70px 0 108px;
  }
  .guide .process-container .line-item {
    width: 42px;
  }
}
.parner-container {
  padding-bottom: 0;
}
.fraud-block {
  max-width: 1002px;
  margin: 90px auto 0;
  text-align: center;
  padding-bottom: 120px;
}
.fraud-block h2 {
  font-size: 42px;
  line-height: 56px;
  font-weight: 700;
  color: #000a1f;
}
.fraud-block .pre-tips {
  margin-left: 54px;
}
.fraud-block .tips-block {
  margin-top: 50px;
  padding: 50px 90px;
  background-color: #f7fbff;
  text-align: justify;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #333;
}
.fraud-block .tips-block .tips-list {
  margin-top: 30px;
}
.fraud-block .tips-block .tips-item > p:after {
  content: '';
  display: block;
  clear: both;
}
.fraud-block .tips-block .tips-item + .tips-item {
  margin-top: 40px;
}
.fraud-block .tips-block .order-number {
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
  color: #d4e2fd;
  margin-right: 27px;
  float: left;
}
@media screen and (max-width: 768px) {
  .fraud-block {
    margin: 48px auto 0;
    padding-bottom: 48px;
  }
  .fraud-block h2 {
    font-size: 20px;
    line-height: 26px;
    color: #01103e;
  }
  .fraud-block .pre-tips {
    font-size: 12px;
    margin-left: 0;
    letter-spacing: -0.5px;
  }
  .fraud-block .tips-block {
    margin: 0 24px;
    margin-top: 15px;
    padding: 20px;
    font-size: 12px;
    line-height: 16px;
    color: #666c79;
  }
  .fraud-block .tips-block .tips-item > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .fraud-block .tips-block .tips-item + .tips-item {
    margin-top: 16px;
  }
  .fraud-block .tips-block .order-number {
    font-size: 30px;
    line-height: 30px;
    float: unset;
    margin-right: 14px;
  }
  .fraud-block .tips-block .tips-list {
    margin-top: 20px;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}
*[hidefocus],
input,
textarea,
a {
  outline: 0;
}
@font-face {
  font-family: 'jinrong';
  src: local('jinrong'), url(//web-resource.mixiaojin.com/cfc-official-website-fe/img/4af0eb16e98e533a458264a0d76e3b91.otf);
}
@font-face {
  font-family: 'jinrongBold';
  src: local('jinrongBold'), url(//web-resource.mixiaojin.com/cfc-official-website-fe/img/13266c821bd7aea26bcc7830893a17f7.otf);
}
* {
  font-family: 'MI Lan Pro', 'HanHei SC', 'Avenir Next', 'Avenir', 'Helvetica Neue', Helvetica, 'Lantinghei SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', 'STHeiti', 'WenQuanYi Micro Hei', 'SimSun', sans-serif;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
  outline: 0;
}
fieldset,
img,
html,
body,
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
caption,
th {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}
em,
strong {
  font-style: normal;
}
a,
button {
  cursor: pointer;
}
i {
  font-style: normal;
}
textarea {
  resize: none;
  overflow: auto;
}
a {
  color: #666;
  text-decoration: none;
}
a,
img,
button,
input,
textarea {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
pre {
  white-space: pre-wrap;
}
body,
textarea,
select,
input {
  font-family: 'MI Lan Pro', 'HanHei SC', 'PingFang SC', 'Avenir Next', 'Avenir', 'Helvetica Neue', Helvetica, 'Lantinghei SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', 'STHeiti', 'WenQuanYi Micro Hei', 'SimSun', sans-serif;
  font-size: 14px;
  color: #000;
}
body {
  font-size: 14px;
  line-height: 1.72;
  background: #fff;
  color: #000000a6;
  -webkit-text-size-adjust: none;
  font-weight: 400;
}
html,
body {
  width: 100%;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.c_container {
  min-width: 1002px;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c_container {
    min-width: unset;
    width: 100vw;
  }
}
.c_header-wrapper {
  height: 76px;
}
.c_header {
  background-color: #fff;
  z-index: 4;
  height: 76px;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.c_header-shadow {
  -webkit-box-shadow: 0 1px 4px rgba(32, 33, 36, 0.28);
          box-shadow: 0 1px 4px rgba(32, 33, 36, 0.28);
}
.header-menu-wrap {
  width: 1002px;
  font-size: 16px;
  margin: auto;
  background-color: #fff;
}
.header-menu-wrap img {
  width: 190px;
  height: 42px;
  margin-top: 16px;
}
.header-menu-wrap .pc-logo {
  display: inline-block;
  margin-top: 16px;
}
.header-menu-wrap .pc-logo img {
  width: 37px;
  height: 37px;
  float: left;
  margin-top: 3px;
}
.header-menu-wrap .pc-logo .title-desc {
  margin-left: 47px;
  color: #000a1f;
}
.header-menu-wrap .pc-logo .title-desc h1 {
  font-size: 22px;
  line-height: 29px;
}
.header-menu-wrap .pc-logo .title-desc h2 {
  line-height: 14px;
  font-size: 11px;
}
.header-menu-wrap .pc-logo .title-desc h2 span {
  letter-spacing: 10px;
}
.header-menu-wrap .pc-logo .title-desc h2 span + span {
  float: right;
  margin-right: -8px;
}
.header-menu-wrap .mobile-menu-button {
  display: none;
}
.header-menu-wrap .menu-list {
  float: right;
}
.header-menu-wrap .menu-list > li {
  float: left;
  margin-left: 30px;
  padding: 27px 0;
  line-height: 22px;
}
.header-menu-wrap .menu-list > li a {
  color: #000a1f;
}
.header-menu-wrap .menu-list > li.active {
  color: #000a1f;
  font-weight: bold;
  position: relative;
}
.header-menu-wrap .menu-list > li.active a {
  font-family: 'MI Lan Pro', 'HanHei SC', 'Avenir Next', 'Avenir', 'Helvetica Neue', Helvetica, 'Lantinghei SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', 'STHeiti', 'WenQuanYi Micro Hei', 'SimSun', sans-serif;
  font-weight: 600;
  color: #000a1f;
}
.header-menu-wrap .menu-list > li.active:after {
  content: '';
  display: block;
  width: 35px;
  height: 4px;
  background-color: #116eff;
  position: absolute;
  margin-left: 14px;
  bottom: 16px;
}
.header-menu-wrap .menu-list > li.active.home:after {
  margin-left: -1px;
}
@media screen and (max-width: 768px) {
  .c_header-wrapper {
    height: 56px;
  }
  .c_header {
    height: 56px;
  }
  .header-menu-wrap {
    width: 100vw;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .header-menu-wrap:after {
    content: unset;
  }
  .header-menu-wrap .menu-list {
    position: absolute;
    float: unset;
    right: -100%;
    top: 0;
    height: 100vh;
    background-color: #fff;
    padding-left: 48px;
    padding-right: 76px;
    line-height: 22px;
    color: #333b4c;
    padding-top: 51px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 3;
  }
  .header-menu-wrap .menu-list > li {
    float: unset;
    font-size: 16px;
    margin-left: 0;
  }
  .header-menu-wrap .menu-list > li.active a {
    color: #116eff;
    font-weight: 400;
  }
  .header-menu-wrap .menu-list > li.active:after {
    content: unset;
  }
  .header-menu-wrap .menu-list > li.active:before {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cmVjdCB3aWR0aD0iOCIgaGVpZ2h0PSI4IiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTggNEM1Ljc5MDg2IDQgNCA1Ljc5MDg2IDQgOEM0IDUuNzkwODYgMi4yMDkxNCA0IDAgNEMyLjIwOTE0IDQgNCAyLjIwOTE0IDQgMEM0IDIuMjA5MTQgNS43OTA4NiA0IDggNFoiIGZpbGw9IiMxMTZFRkYiLz4KPC9zdmc+Cg==);
    width: 8px;
    height: 8px;
    position: relative;
    left: -8px;
  }
  .header-menu-wrap .pc-logo {
    display: block;
    margin-top: 8px;
    margin-bottom: 10px;
  }
  .header-menu-wrap .pc-logo .title-desc {
    margin-left: 40px;
    color: #000a1f;
  }
  .header-menu-wrap .pc-logo .title-desc h1 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
  }
  .header-menu-wrap .pc-logo .title-desc h2 {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 8.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-menu-wrap .pc-logo .title-desc h2 span {
    -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
            transform: scale(0.75);
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
  }
  .header-menu-wrap .pc-logo img {
    margin-top: 0;
    width: 32px;
    height: 32.5px;
    float: left;
  }
  .header-menu-wrap .mobile-menu-button {
    display: block;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgb3BhY2l0eT0iMC4wMSIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgMkMwIDEuNDQ3NzIgMC40NDc3MTUgMSAxIDFIMTVDMTUuNTUyMyAxIDE2IDEuNDQ3NzIgMTYgMkMxNiAyLjU1MjI4IDE1LjU1MjMgMyAxNSAzSDFDMC40NDc3MTUgMyAwIDIuNTUyMjggMCAyWk0wIDhDMCA3LjQ0NzcyIDAuNDQ3NzE1IDcgMSA3SDE1QzE1LjU1MjMgNyAxNiA3LjQ0NzcyIDE2IDhDMTYgOC41NTIyOCAxNS41NTIzIDkgMTUgOUgxQzAuNDQ3NzE1IDkgMCA4LjU1MjI4IDAgOFpNMSAxM0MwLjQ0NzcxNSAxMyAwIDEzLjQ0NzcgMCAxNEMwIDE0LjU1MjMgMC40NDc3MTUgMTUgMSAxNUgxNUMxNS41NTIzIDE1IDE2IDE0LjU1MjMgMTYgMTRDMTYgMTMuNDQ3NyAxNS41NTIzIDEzIDE1IDEzSDFaIiBmaWxsPSIjMzMzQjRDIi8+Cjwvc3ZnPgo=) no-repeat center center;
    background-size: 16px 16px;
    width: 16px;
    height: 14px;
    z-index: 4;
  }
}
.parner-container {
  padding-top: 90px;
  padding-bottom: 120px;
  text-align: center;
  font-family: 'MI Lan Pro', 'HanHei SC', 'Avenir Next', 'Avenir', 'Helvetica Neue', Helvetica, 'Lantinghei SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', 'STHeiti', 'WenQuanYi Micro Hei', 'SimSun', sans-serif;
  font-weight: 700;
}
.parner-container h2 {
  font-size: 42px;
  line-height: 56px;
  color: #000a1f;
}
.parner-container .parner-list {
  max-width: 1002px;
  margin: 48px auto 0;
}
.parner-container .parner-list .parner-item {
  display: inline-block;
  width: 190px;
  height: 84px;
  text-align: center;
  background-size: contain;
}
.parner-container .mobile-parner-list {
  display: none;
}
.parner-container .parner-item + .parner-item {
  margin-left: 8px;
}
.parner-container .parner-item:nth-child(6) {
  margin-left: 0;
}
.parner-container .parner-list ~ .parner-list {
  margin-top: 14px;
}
@media screen and (max-width: 1100px) {
  .parner-container .parner-item + .parner-item {
    margin-left: 6px;
  }
}
@media screen and (max-width: 768px) {
  .parner-container h2 {
    font-size: 20px;
    font-weight: 600;
    color: #01103e;
    line-height: 27px;
  }
  .parner-container .parner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 16px;
  }
  .parner-container .parner-list .parner-item {
    width: 155px;
    height: 64px;
    margin-top: 16px;
  }
  .parner-container .parner-list .parner-item:nth-child(1),
  .parner-container .parner-list .parner-item:nth-child(2) {
    margin-top: 0;
  }
  .parner-container .parner-list .parner-item + .parner-item {
    margin-left: 0;
  }
  .parner-container .parner-list .parner-item:nth-child(2n) {
    margin-left: 16px;
  }
}
@media screen and (max-width: 320px) {
  .parner-container .parner-list .parner-item:nth-child(2n) {
    margin-left: 2px;
  }
}
@media \0  {
  .parner-container .parner-item + .parner-item {
    margin-left: 6px;
  }
}
@media screen and (max-width: 768px) {
  .parner-container {
    padding: 32px 0 48px;
  }
}
/* 底部footer */
.c_footer {
  height: 464px;
  color: #fff;
  background: url(//web-resource.mixiaojin.com/cfc-official-website-fe/img/02051fb9e116b29b9aeb503b913a9c09.png) no-repeat;
  background-size: contain;
  background-position-x: 88%;
  background-position-y: center;
  background-color: #1f222c;
  padding: 90px 0;
  overflow: hidden;
}
.c_footer .footer-container {
  line-height: 464px;
  max-width: 1002px;
  margin: 0 auto;
}
.c_footer .footer-container .footer-content {
  line-height: 1.5;
  vertical-align: middle;
}
.c_footer .footer-container .footer-content .footer-content-leftitem {
  display: inline-block;
  text-align: left;
}
.c_footer .footer-container .footer-content .footer-content-leftitem .contactus-title {
  font-size: 24px;
  font-family: 'MI Lan Pro', 'HanHei SC', 'Avenir Next', 'Avenir', 'Helvetica Neue', Helvetica, 'Lantinghei SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', 'STHeiti', 'WenQuanYi Micro Hei', 'SimSun', sans-serif;
  font-weight: 700;
  font-weight: 600;
}
.c_footer .footer-container .footer-content .footer-content-leftitem .footer-bottom-line {
  display: block;
  height: 4px;
  width: 72px;
  background-color: #fff;
  border-radius: 1px;
  margin-top: 20px;
}
.c_footer .footer-container .footer-content .footer-content-leftitem .contactus-phone {
  font-size: 24px;
  margin-top: 20px;
  font-family: 'jinrongBold', 'HanHei SC', 'Avenir Next', 'Avenir', 'Helvetica Neue', Helvetica, 'Lantinghei SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', 'STHeiti', 'WenQuanYi Micro Hei', 'SimSun', sans-serif;
  font-weight: 700;
  font-weight: 600;
}
.c_footer .footer-container .footer-content .footer-content-leftitem .contactus-phone span + span:before {
  content: '|';
  display: inline-block;
  -webkit-transform: scaleX(0.5);
      -ms-transform: scaleX(0.5);
          transform: scaleX(0.5);
  padding: 0 10px;
}
.c_footer .footer-container .footer-content .footer-content-leftitem .contactus-time {
  color: #ffffff66;
}
.c_footer .footer-container .footer-content .footer-content-leftitem .contactus-email {
  margin-top: 25px;
}
.c_footer .footer-container .footer-content .footer-content-leftitem .bussiness {
  margin-top: 18px;
}
.c_footer .footer-content-rightitem {
  float: right;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
}
.c_footer .footer-content-rightitem .nav-list {
  display: inline-block;
  padding-top: 30px;
  text-align: right;
}
.c_footer .footer-content-rightitem .nav-list li {
  display: inline-block;
  font-size: 16px;
}
.c_footer .footer-content-rightitem .nav-list li:after {
  display: inline;
  content: '|';
  padding-left: 9px;
}
.c_footer .footer-content-rightitem .nav-list li a {
  color: #fff;
}
.c_footer .footer-content-rightitem .nav-list li a:hover {
  color: #588DFF;
}
.c_footer .footer-content-rightitem .nav-list li.last-item:after {
  display: none;
}
.c_footer .footer-content-rightitem .nav-list li + li {
  padding-left: 9px;
}
.c_footer .footer-content-rightitem .footer-img-container {
  margin-top: 56px;
  text-align: right;
}
.c_footer .footer-content-rightitem .footer-img-container .footer-img-wrapper {
  display: inline-block;
  text-align: center;
}
.c_footer .footer-content-rightitem .footer-img-container .footer-img-wrapper .footer-weibo {
  width: 120px;
  height: 120px;
}
.c_footer .footer-content-rightitem .footer-img-container .footer-img-wrapper .footer-img-text {
  margin-top: 10px;
}
.c_footer .footer-content-rightitem .footer-img-container .footer-img-wrapper + .footer-img-wrapper {
  margin-left: 25px;
}
.c_footer .copyright,
.c_footer .info-display {
  line-height: 1.5;
  text-align: left;
  margin-top: 20px;
}
.c_footer .copyright a,
.c_footer .info-display a {
  color: #fff;
}
.c_footer .copyright .copyright_privacy_link:hover,
.c_footer .info-display .copyright_privacy_link:hover {
  color: #588DFF;
}
.c_footer .copyright .beian-link:hover,
.c_footer .info-display .beian-link:hover {
  color: #588DFF;
}
.c_footer .info-display {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .c_footer {
    padding: 32px 0;
    height: unset;
  }
  .c_footer .footer-container .footer-content {
    padding-left: 32px;
  }
  .c_footer .footer-container .footer-content .footer-content-leftitem .contactus-title {
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
  }
  .c_footer .footer-container .footer-content .footer-content-leftitem .footer-bottom-line {
    height: 3px;
    width: 66px;
    margin-top: 16px;
  }
  .c_footer .footer-container .footer-content .footer-content-leftitem .contactus-phone {
    font-size: 18px;
    line-height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c_footer .footer-container .footer-content .footer-content-leftitem .contactus-phone span + span {
    margin-top: 8px;
  }
  .c_footer .footer-container .footer-content .footer-content-leftitem .contactus-phone span + span:before {
    content: unset;
    display: none;
  }
  .c_footer .footer-container .footer-content .contactus-time {
    margin-top: 8px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
  }
  .c_footer .footer-container .footer-content .contactus-email {
    margin-top: 30px;
  }
  .c_footer .footer-container .footer-content .contactus-address {
    font-size: 12px;
    line-height: 17px;
    max-width: 230px;
    margin-top: 16px;
  }
  .c_footer .footer-container .footer-content-rightitem {
    float: unset;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .c_footer .footer-container .footer-content-rightitem .friend-link {
    display: none;
  }
  .c_footer .footer-container .footer-content-rightitem .nav-list {
    text-align: left;
    font-size: 12px;
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scale(0.83);
        -ms-transform: scale(0.83);
            transform: scale(0.83);
  }
  .c_footer .footer-container .footer-content-rightitem .footer-img-container {
    margin-top: 32px;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
  }
  .c_footer .footer-container .footer-content-rightitem .footer-img-container .footer-img-wrapper {
    text-align: left;
  }
  .c_footer .footer-container .footer-content-rightitem .footer-img-container .footer-weibo {
    width: 88px;
    height: 88px;
  }
  .c_footer .footer-container .footer-content-rightitem .footer-img-container .footer-img-wrapper + .footer-img-wrapper {
    margin-left: 32px;
  }
  .c_footer .copyright {
    text-align: left;
    font-size: 12px;
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scale(0.83);
        -ms-transform: scale(0.83);
            transform: scale(0.83);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: rgba(255, 255, 255, 0.5);
    line-height: 24px;
    margin-top: 9px;
  }
  .c_footer .copyright .split-line {
    display: none;
  }
  .c_footer .copyright .last-br {
    display: none;
  }
  .c_footer .copyright a {
    color: rgba(255, 255, 255, 0.5);
  }
  .c_footer .copyright .copyright_privacy_link:hover {
    color: #588DFF;
  }
  .c_footer .copyright .beian-link:hover {
    color: #588DFF;
  }
}

