@charset "UTF-8";
blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul,
figure {
  margin: 0;
  padding: 0; }

h1,
h2,
h3 {
  font-size: 100%;
  font-weight: 400; }

h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400; }

address,
cite,
dfn,
em,
var {
  font-style: normal; }

small {
  font-size: 12px; }

ol,
ul {
  list-style: none; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

legend {
  color: #000; }

fieldset,
img {
  border: 0; }

button,
input,
select,
textarea {
  font-size: 100%;
  border: 0;
  outline: none;
  background: #fff; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input {
  -webkit-appearance: none; }

img {
  width: 100%; }

input,
textarea {
  outline: none; }

input :focus,
textarea :focus {
  outline: none; }

input::-webkit-input-placeholder {
  color: #aaa;
  font-size: 14px; }

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  font-size: 14px; }

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  font-size: 14px; }

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
  font-size: 14px; }

textarea {
  resize: none; }

a {
  text-decoration: none;
  cursor: pointer; }

a:hover, a:active, a:link {
  text-decoration: none; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */ }

.clearfix {
  clear: both; }

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

html {
  font-family: SF Pro SC,SF Pro Text,SF Pro Icons,AOS Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif;
  line-height: 1;
  width: 100%;
  overflow-x: auto;
  font-size: 14px; }

body {
  min-height: 100vh;
  -webkit-overflow-scrolling: touch;
  min-width: 1180px; }

.content-wd {
  width: 1180px;
  margin: 0 auto;
  overflow: hidden; }

.fnt_12 {
  font-size: 12px; }

.fnt_14 {
  font-size: 14px; }

.fnt_15 {
  font-size: 15px; }

.fnt_16 {
  font-size: 16px; }

.fnt_18 {
  font-size: 18px; }

.fnt_20 {
  font-size: 20px; }

.fnt_22 {
  font-size: 22px; }

.fnt_24 {
  font-size: 24px; }

.fnt_26 {
  font-size: 26px; }

.fnt_28 {
  font-size: 28px; }

.fnt_30 {
  font-size: 30px; }

.fnt_32 {
  font-size: 32px; }

.fnt_34 {
  font-size: 34px; }

.fnt_36 {
  font-size: 36px; }

.fnt_38 {
  font-size: 38px; }

.fnt_40 {
  font-size: 40px; }

.fnt_42 {
  font-size: 42px; }

.fnt_44 {
  font-size: 44px; }

.fnt_46 {
  font-size: 46px; }

.fnt_48 {
  font-size: 48px; }

.fnt_50 {
  font-size: 50px; }

.fnt_52 {
  font-size: 52px; }

.fnt_54 {
  font-size: 54px; }

.fnt_56 {
  font-size: 56px; }

.fnt_58 {
  font-size: 58px; }

.fnt_60 {
  font-size: 60px; }

.margin-left-5 {
  margin-left: 5px; }

.margin-left-15 {
  margin-left: 15px; }

.margin-left-20 {
  margin-left: 20px; }

.margin-left-40 {
  margin-left: 40px; }

.margin-left-60 {
  margin-left: 60px; }

.margin-left-65 {
  margin-left: 65px; }

.margin-left-70 {
  margin-left: 70px; }

.margin-left-80 {
  margin-left: 80px; }

.header {
  position: fixed;
  width: 100%;
  height: 72px;
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  line-height: 72px;
  font-size: 14px;
  color: #fff;
  top: 0;
  left: 0;
  z-index: 23;
  transition: all .3s; }
  .header .header-content {
    overflow: initial; }
  .header .logo {
    width: 219px;
    top: 12px;
    position: absolute;
    left: 50px; }
  .header .logo-gold {
    display: none; }
  .header .navigation {
    float: right;
    line-height: 72px; }
    .header .navigation > div {
      margin-left: 40px;
	      white-space: nowrap;
      float: left;
      cursor: pointer;
      height: 72px;
      font-size: 16px;
      position: relative; }
      .header .navigation > div span {
        display: block;
        height: 72px;
        color: #fff;
        position: relative; }
        .header .navigation > div span::after {
          content: '';
          display: block;
          width: 0;
          height: 3px;
          background: #fff;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: 0;
          transition: width .2s; }
        .header .navigation > div span:hover::after {
          width: 100%; }
      .header .navigation > div.active span {
        font-weight: 500; }
      .header .navigation > div.active span::after {
        width: 100%; }
      .header .navigation > div:hover .sub-menu {
        height: auto; }
      .header .navigation > div .sub-menu {
        position: absolute;
        top: 72px;
        left: 50%;margin: 0 auto;
        width: auto;transform:translateX(-50%);
        background: #fff;
        box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.09);
        border-radius: 2px;
        height: 0;
        overflow: hidden;
        transition: height .3s;
		transition:all 0.3s;
		-ms-transition:all 0.3s;  /* IE 9 */
		-moz-transition:all 0.3s;     /* Firefox */
		-webkit-transition:all 0.3s; /* Safari 和 Chrome */
		-o-transition:all 0.3s;
        z-index: 1000; }
        .header .navigation > div .sub-menu li {
          height: 48px;
          line-height: 48px;
          text-align: center;
          font-size: 14px; }
          .header .navigation > div .sub-menu li:hover {
            background: #F5F3F0; }
          .header .navigation > div .sub-menu li a {
            color: #333;padding: 0 20px;
            display: block;
            width: 100%;
            height: 48px; }
  .header .menu {
    width: 115px;
    height: 36px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    color: white;
    fill: rgba(255, 255, 255, 0.7);
    margin-top: 18.5px;
    justify-content: center;
    float: right;
    margin-left: 72px;
    cursor: pointer;
    position: relative; }
    .header .menu svg {
      transition: all .3s; }
    .header .menu:hover {
      background: rgba(255, 255, 255, 0.1); }
    .header .menu .sub-menu {
      position: absolute;
      top: 38px;
      left: -25px;
      width: 140px;
      background: #fff;
      box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.09);
      border-radius: 2px;
      height: 0;
      overflow: hidden;
      transition: height .3s; }
      .header .menu .sub-menu li {
        height: 48px;
        line-height: 48px;
        text-align: center;
        font-size: 14px; }
        .header .menu .sub-menu li:hover {
          background: #F5F3F0; }
        .header .menu .sub-menu li a {
          color: #333; }
  .header .header-link {
    float: right; }
    .header .header-link a {
      padding-left: 30px; }
  .header .fiexd {
    color: #333; }
  .header.fixed-header {
    background: #fff;
    color: #333;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1); }
    .header.fixed-header .menu {
      border: 1px solid #D7AF67;
      color: #D7AF67;
      fill: #D7AF67; }
      .header.fixed-header .menu:hover {
        background: linear-gradient(135deg, #f8d592 0%, #d9a854 100%);
        color: #fff;
        fill: white;
        border: none; }
    .header.fixed-header .logo-tran {
      display: none; }
    .header.fixed-header .logo-gold {
      display: inline-block; }
    .header.fixed-header .navigation > div span {
      color: #333; }
      .header.fixed-header .navigation > div span::after {
        background: #0071ef; }
    .header.fixed-header.active > div span {
      color: #000; }

@-webkit-keyframes navHover {
  100% {
    width: 100%; } }

@keyframes navHover {
  100% {
    width: 100%; } }

/*----------------banner滑动条-----------------*/
.banner-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 42vw; }
.swiper-container-banner,
.banner-swiper .qmbanner{
	height: 100% !important;
}
.pagination-banner {
  position: absolute;
  right: 100px;
  text-align: center;
  bottom: 30px; }

.swiper-pagination-switch-banner {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #fff;
  opacity: .5;
  filter: alpha(opacity=50);
  margin: 0 12px;
  font-size: 18px;
  color: #000;
  line-height: 35px;
  position: relative;
  cursor: pointer; }

.swiper-pagination-switch-banner.active {
  background: #fff;
  opacity: .75;
  filter: alpha(opacity=75); }

/*-------------公有------------*/
.section {
  position: relative;
  padding: 100px 0 100px 0;
  min-width: 1180px; }
  .section h2 {
    line-height: 34px;
    text-align: center;
    padding-bottom: 20px;
    font-size: 32px;
    color: #0A103B;
	font-weight: bold;
    }
  .section h4 {
    color: #333;
    text-align: center;
    line-height: 28px;
    padding-bottom: 50px;
    font-size: 18px; }

.light-gray-bg {
  background: #f6f6f8; }

/*-----------公共底部----------------*/
.footer {
  background: #333333;
  height: 480px;
  padding-top: 88px;
  font-size: 0;
  width: 100%; }
  .footer .content-wd {
    padding-left: 50px;
    padding-right: 50px; }
  .footer .links {
    width: 200px;
    float: left; }
    .footer .links .link-icon {
      width: 17px;
      height: 4px;
      background: #E5B661;
      background: linear-gradient(135deg, #f8d592 0%, #d9a854 100%); }
    .footer .links h3 {
      color: #fff;
      padding: 18px 0 28px 0; }
      .footer .links h3 a {
        color: #fff; }
      .footer .links h3 a:active {
        color: #fff; }
    .footer .links .link-item {
      color: #a0a0a0;
      line-height: 28px;
      padding-bottom: 12px;
      cursor: pointer; }
      .footer .links .link-item a {
        color: #a0a0a0;
        font-size: 14px; }
        .footer .links .link-item a:hover {
          color: #E3BB72; }
      .footer .links .link-item a:active {
        color: #E3BB72; }
  .footer .two-col-links {
    width: 350px; }
    .footer .two-col-links .links-row {
      font-size: 0; }
      .footer .two-col-links .links-row .link-item {
        font-size: 14px;
        display: inline-block;
        width: 150px;
        cursor: pointer; }
  .footer .contact-us {
    float: left;
    padding-left: 80px;
    font-size: 14px; }
    .footer .contact-us .qrcode-box {
      font-size: 0; }
      .footer .contact-us .qrcode-box .qrcode-item {
        display: inline-block;
        width: 115px;
        text-align: center;
        font-size: 14px; }
        .footer .contact-us .qrcode-box .qrcode-item .qrcode-box-item {
          background: #fff;
          border-radius: 3px; }
        .footer .contact-us .qrcode-box .qrcode-item p {
          margin-top: 8px;
          color: #a0a0a0;
          line-height: 24px; }
    .footer .contact-us .contact-info .contact-phone {
      line-height: 28px;
      color: #fff;
      padding-top: 40px; }
      .footer .contact-us .contact-info .contact-phone img {
        width: 30px; }
    .footer .contact-us .contact-address {
      padding-top: 29px; }
      .footer .contact-us .contact-address p {
        color: #a0a0a0;
        line-height: 28px; }
  .footer .friend-links {
    margin-top: 40px;
    color: #a0a0a0;
    font-size: 14px; }
    .footer .friend-links a {
      color: #a0a0a0; }
    .footer .friend-links a:hover {
      color: #E3BB72; }
  .footer .app-declare {
    margin-top: 30px; }
  .footer .app-declare p {
    color: #a0a0a0;
    font-size: 14px;
    line-height: 24px; }
    .footer .app-declare p a {
      color: #a0a0a0; }

.xd-record {
  background: #292929;
  text-align: center;
  line-height: 40px;
  color: #a0a0a0;
  min-width: 1180px;
  width: 100%;
  position: relative;
  font-size: 14px; }
  .xd-record a {
    color: #a0a0a0 !important; }
  .xd-record span {
    padding-left: 20px; }

/*-----------面包屑----------------*/
.breadcrumb .breadcrumb-item {
  color: #666; }
  .breadcrumb .breadcrumb-item:last-child {
    color: #666; }
  .breadcrumb .breadcrumb-item span {
    padding-right: 6px; }
  .breadcrumb .breadcrumb-item a {
    color: #666; }
    .breadcrumb .breadcrumb-item a:active {
      color: #666; }
.breadcrumb .breadcrumb-item a:hover{
    color: #000;
}
/*-----------阿里云播放器------------*/
.player-panel {
  background: url(../bgimg/player_bg.png) no-repeat;
  background-size: 100%;
  padding: 13px; }

.prism-player {
  z-index: 0;
  overflow: hidden; }

.prism-big-play-btn {
  top: 50%;
  margin-top: -32px;
  left: 50% !important;
  margin-left: -32px; }

.prism-player .prism-cover {
  background-size: cover; }

.video-player {
  border-radius: 5px;
  overflow: hidden; }

.prism-player .prism-liveshift-progress .prism-progress-time, .prism-player .prism-progress .prism-progress-time {
  display: none; }

.action-btn-box {
  position: relative;
  width: 200px;
  height: 52px;
  margin: 0 auto;
  color: #4E3200;
  font-size: 20px; }
  .action-btn-box .action-btn {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background: #E5B661;
    color: #4E3200;
    background: linear-gradient(128deg, rgba(248, 213, 146, 0.8) 0%, rgba(217, 168, 85, 0.8) 100%, rgba(217, 168, 84, 0.8) 100%);
    cursor: pointer;
    font-size: 18px; }
    .action-btn-box .action-btn:hover {
      background: linear-gradient(128deg, #f8d592 0%, #d9a855 100%, #d9a854 100%); }
  .action-btn-box .action-icon {
    position: absolute;
    width: 2px;
    height: 38px;
    background: #E5B661;
    background: linear-gradient(135deg, #f8d592 0%, #d9a854 100%);
    top: 7px;
    transition: all .3s; }
  .action-btn-box .action-icon-left {
    left: -8px; }
  .action-btn-box .action-icon-right {
    right: -8px; }
  .action-btn-box:hover .action-icon-left {
    left: -18px; }
  .action-btn-box:hover .action-icon-right {
    right: -18px; }

/*----------注册弹窗------------*/
.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: .4;
  z-index: 998;
  display: none; }

.dialog-btn {
  width: 100%;
  height: 46px;
  line-height: 46px;
  background: #E5B661;
  background: linear-gradient(135deg, rgba(248, 213, 146, 0.8) 0%, rgba(217, 168, 84, 0.8) 100%);
  border-radius: 2px;
  color: #4E3200;
  text-align: center;
  font-size: 14px;
  cursor: pointer; }

.dialog-btn:hover {
  background: linear-gradient(135deg, #f8d592 0%, #d9a854 100%); }

.dialog {
  width: 500px;
  height: 420px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fff;
  z-index: 999;
  border-radius: 4px;
  display: none; }
  .dialog .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 15px;
    cursor: pointer; }
  .dialog .register-ornament {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px; }
  .dialog .register-content {
    padding: 30px 55px; }
    .dialog .register-content .register-header h3 {
      padding: 0 15px;
      flex: 1;
      font-size: 22px;
      text-align: center;
      color: #0A103B; }
    .dialog .register-content .register-header h3 span {
      color: #E3BB72;
      font-size: 26px;
      padding: 0 5px; }
    .dialog .register-content .input-box {
      width: 100%;
      height: 46px;
      font-size: 16px;
      margin-top: 20px;
      position: relative; }
      .dialog .register-content .input-box input {
        width: 100%;
        height: 46px;
        text-indent: 15px;
        border: 1px solid #e4e4e4;
        border-radius: 4px;
        font-size: 16px; }
        .dialog .register-content .input-box input:focus, .dialog .register-content .input-box input:hover {
          border: 1px solid #C4C4C4; }
      .dialog .register-content .input-box a {
        display: block;
        width: 100px;
        line-height: 46px;
        right: 0;
        top: 0;
        position: absolute;
        color: #999;
        font-size: 14px;
        padding-right: 15px;
        text-align: right; }
        .dialog .register-content .input-box a.disabled {
          color: #999 !important; }
        .dialog .register-content .input-box a :hover {
          color: #E3BB72; }
    .dialog .register-content .tips {
      text-align: center;
      padding-top: 10px;
      color: #999999;
      margin-top: 10px;
      font-size: 14px; }

.declare {
  margin-bottom: 33px;
  overflow: hidden; }
  .declare .checkbox {
    float: left;
    width: 17px;
    height: 17px;
    position: relative;
    border-radius: 2px;
    border: 1px solid #cccccc;
    cursor: pointer; }
    .declare .checkbox img {
      position: absolute;
      width: 13px;
      height: 9px;
      top: 4px;
      left: 2px;
      display: none; }
    .declare .checkbox.checked {
      border: none;
      background: #E5B661;
      background: linear-gradient(135deg, #f8d592 0%, #d9a854 100%); }
      .declare .checkbox.checked img {
        display: inline-block; }
  .declare p {
    color: #666;
    font-size: 14px;
    line-height: 17px;
    padding-left: 25px; }
    .declare p a {
      color: #E3BB72; }

.success-dialog.dialog {
  width: 580px;
  height: 410px; }
  .success-dialog.dialog .success-content {
    text-align: center;
    padding: 40px 120px; }
    .success-dialog.dialog .success-content img {
      margin: 46px auto 32px auto;
      width: 126px; }
    .success-dialog.dialog .success-content p {
      line-height: 27px;
      font-size: 18px;
      margin-bottom: 55px; }

/*------------页面动画------------*/
.animation {
  -moz-transform: translate(0, 80px);
  -o-transform: translate(0, 80px);
  -webkit-transform: translate(0, 80px);
  transform: translate(0, 80px);
  opacity: 0; }

.animation1 {
  -moz-transform: translate(0, 40px);
  -o-transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
  transform: translate(0, 40px);
  opacity: 0; }

.animation.srcospcur.delay-15 {
  transition-delay: .15s; }

.animation.srcospcur.delay-30 {
  transition-delay: .3s; }

.animation.srcospcur.delay-45 {
  transition-delay: .45s; }

.animation1.srcospcur,
.animation.srcospcur {
  -moz-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
  opacity: 1;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s; }

/**帮助***/
.right-fixed {
  position: fixed;
  right: 20px;
  bottom: 0;
  top: 0;
  height: 380px;
  margin: auto 0;
  display: none;
  z-index: 999; }

.help {
  width: 65px;
  font-size: 12px;
  text-align: center;
  padding: 5px 0;
  background: #fff;
  box-shadow: 0px 1px 4px 0px rgba(157, 148, 131, 0.5);
  border-radius: 5px;
  margin: auto;
  z-index: 99999;
  transition: all .3s;
  border-radius: 5px; }
  .help.scroll {
    width: 56px;
    right: 0; }

.help a {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  text-align: center;
  padding-top: 10px; }
  .help a:hover {
    background: #F3F3F3; }

.showPhone {
  position: relative; }

.help img {
  width: 35px; }

.help p {
  padding-top: 7px;
  color: #333; }

.help .tips2 {
  display: none;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto 0;
  right: 80px;
  width: 220px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #4B8CEF;
  border-radius: 5px; }

.help .tips2::after {
  position: absolute;
  right: -16px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 0;
  height: 0;
  font-size: 24px;
  content: " ";
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent #4B8CEF; }

.to-top {
  display: none;
  margin-top: 6px;
  width: 65px;
  height: 65px;
  border-radius: 5px;
  box-shadow: 0px 1px 4px 0px rgba(157, 148, 131, 0.5);
  text-align: center;
  z-index: 1000;
  background: #fff;
  cursor: pointer; }
  .to-top img {
    width: 35px;
    margin-top: 15px; }

/*----------波纹按钮------------*/
.ripple-btn {
  overflow: hidden; }

.ripple-btn .ripple {
  display: block;
  position: absolute;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: scale(0);
  transform: scale(0);
  pointer-events: none; }

.btn-animated {
  -webkit-animation: ripple 0.6s linear;
  animation: ripple 0.6s linear; }

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5); } }

@keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5); } }

/*-------------手机号地区选择------------*/
.select-btn {
  display: block;
  width: 80px;
  height: 30px;
  left: 0;
  top: 11px;
  line-height: 30px;
  position: absolute;
  color: #999;
  font-size: 16px;
  padding-left: 15px;
  border-right: 1px solid #E4E4E4;
  cursor: pointer; }
  .select-btn #selectInput, .select-btn #selectInputIndex {
    width: 50px;
    height: 30px;
    border: none;
    background: transparent;
    padding: 0;
    text-indent: 0;
    color: #999;
    line-height: 30px;
    cursor: pointer; }
  .select-btn i img {
    width: 7px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0; }

.area-list {
  position: absolute;
  top: 50px;
  left: 0;
  display: none;
  width: 209px;
  background: #fff;
  z-index: 1000;
  max-height: 250px;
  overflow-y: auto;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); }
  .area-list li {
    height: 36px;
    font-size: 12px;
    color: #666;
    line-height: 36px;
    padding-left: 12px;
    cursor: pointer; }
    .area-list li:hover {
      background: #f5f3f0; }
    .area-list li.active {
      background: #f5f3f0; }

#phone, #phoneIndex {
  padding-left: 80px; }

.dialog .select-btn {
  top: 8px; }

.fixed-footer {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72px;
  z-index: 998;
  background: rgba(43, 48, 86, 0.86);
  background: linear-gradient(180deg, rgba(43, 48, 86, 0.86) 0%, rgba(43, 48, 86, 0.86) 100%); }
  .fixed-footer .fixed-footer-content {
    width: 1180px;
    position: relative;
    align-items: center;
    height: 72px;
    margin: 0 auto;
    font-size: 0; }
    .fixed-footer .fixed-footer-content .fixed-footer-ad {
      position: absolute;
      bottom: 0;
      left: 30px;
      width: 136px; }
    .fixed-footer .fixed-footer-content h3 {
      float: left;
      font-size: 26px;
      color: #fff;
      padding-left: 188px;
      flex: 1;
      line-height: 72px; }
      .fixed-footer .fixed-footer-content h3 span {
        color: #FFD17F;
        padding: 0 8px; }
    .fixed-footer .fixed-footer-content .fixed-footer-input-box {
      float: left;
      background: #fff;
      border-radius: 4px;
      width: 280px;
      height: 44px;
      margin-left: 60px;
      margin-top: 14px; }
      .fixed-footer .fixed-footer-content .fixed-footer-input-box img {
        width: 19px;
        height: 34px;
        margin-left: 12px;
        padding-top: 10px;
        float: left; }
      .fixed-footer .fixed-footer-content .fixed-footer-input-box input {
        padding-left: 18px;
        font-size: 18px;
        height: 100%; }
    .fixed-footer .fixed-footer-content .fixed-footer-button {
      margin-left: 20px;
      width: 180px;
      height: 44px;
      background: linear-gradient(128deg, #f8d592 0%, #d9a855 100%, #d9a854 100%);
      border-radius: 4px;
      text-align: center;
      line-height: 44px;
      color: #4E3200;
      font-size: 16px;
      float: left;
      margin-top: 14px; }
    .fixed-footer .fixed-footer-content .close-btn-footer {
      width: 22px;
      margin-top: 25px;
      float: right;
      cursor: pointer; }


/* 新的 */
.ftiktok {
	display : flex ;
	flex-wrap : wrap;
	justify-content : space-between;
}
.ftiktok .fimgs {
	width: 655px;
}
.ftiktok .fimgs img {
	display: block;
	width: 100%;
}
.ftiktok .text {
	width: calc(100% - 695px);
	margin-top: 6px;
}
.ftiktok .text h3 {
	font-size: 18px;font-weight: bold;
	line-height: 34px;
	color: #333333;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.ftiktok .text p {
	margin-top: 8px;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}
.ftiktok .text .fmore {
	margin-top: 15px;
}
.fmore {
	display: block;
	width: 185px;
	border-radius: 3px;
	overflow: hidden;
	text-align: center;
	background: #0071ef;
	font-size: 16px;
	line-height: 52px;
	color: #ffffff;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fmore:hover {
	background: #0768d4;
}
.fsectilst ul {
	display : flex ;
	flex-wrap : wrap;
	justify-content : space-between;
}
.fsectilst ul li {
	width: calc((100% - 66px)/4);
	background: #fff;
	border-radius: 9px;
	overflow: hidden;
	box-shadow: 3px 3px 10px 2px rgba(80, 80, 80, 0.1);
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
	position: relative;
	top: 0;
}
.fsectilst ul li:hover {
	background: #0071ef;
	top: -20px;
}
.fsectilst ul li a {
	display: block;
	padding: 26px 20px 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fsectilst ul li .icon {
	height: 110px;
	position: relative;
}
.fsectilst ul li .icon img {
	display: none;
	width: auto;
	position: absolute;
	left: 0;right: 0;
	margin: 0 auto;
	max-height: 80%;
	max-width: 80%;
	top: 50%;z-index: 1;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);  /* IE 9 */
	-moz-transform:translateY(-50%);     /* Firefox */
	-webkit-transform:translateY(-50%); /* Safari 和 Chrome */
	-o-transform:translateY(-50%); 
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fsectilst ul li .icon img:first-child {
	display: block;
}
.fsectilst ul li:hover .icon img:first-child,
.fsectilst ul li.on .icon img:first-child {
	display: none;
}
.fsectilst ul li:hover .icon img:nth-child(2),
.fsectilst ul li.on .icon img:nth-child(2) {
	display: block;
}
.fsectilst ul li .text {
	text-align: center;
}
.fsectilst ul li .text h2 {
	font-size: 24px;
	line-height: 36px;
	color: #000000;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fsectilst ul li:hover .text h2 {
	color: #ffffff;
}
.fsectilst ul li .text .lst {
	margin-top: 15px;
}
.fsectilst ul li .text .lst dd {
	text-align: center;
	padding: 4px 0;
}
.fsectilst ul li .text .lst dd h5 {
	display: block;
	text-align: left;
	font-size: 16px;
	line-height: 1.4;
	color: #666666;
	padding-left: 26px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../bgimg/fn1.png) no-repeat top 3px left;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fsectilst ul li:hover .text .lst dd h5 {
	color: #ffffff;
	background: url(../bgimg/fn2.png) no-repeat top 3px left;
}
.fmore.cen {
	margin: 60px auto 0;
}

.fpersonally .list ul {
	display : flex ;
	flex-wrap : wrap;
	justify-content : space-between;
}
.fpersonally .list ul li {
	width: calc((100% - 30px)/2);
	background: #ffffff;
	border-radius: 85px 0 0;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
	overflow: hidden;
}
.fpersonally .list ul li:hover {
	box-shadow: 0 0 15px 0 rgba(80, 80, 80, 0.1);
}
.fpersonally .list ul li a {
	display: block;
	overflow: hidden;
	padding: 60px 35px 52px 55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fpersonally .list ul li .icon {
	width: 168px;
	height: 168px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
}
.fpersonally .list ul li .icon img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.fpersonally .list ul li .text {
	float: right;
	width: calc(100% - 190px);
}
.fpersonally .list ul li .text h3 {
	font-size: 24px;
	line-height: 1;
	color: #000000;
}
.fpersonally .list ul li .text dl {
	margin-top: 18px;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	position: relative;
}
.fpersonally .list ul li .text dd {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	position: relative;
	padding-left: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fpersonally .list ul li .text dd::before {
	position: absolute;
	z-index: 11;
	content: "";
	left: 0;
	top: 14px;
	width: 2px;
	height: 2px;
	background: #666666;
}
.ftikperson {
	background: #f6f6f8;
}
.fhcase {
	padding: 100px 0;
}
.fhcase .list ul {
	display : flex ;
	flex-wrap : wrap;
	justify-content : space-between;
}
.fhcase .list ul li {
	width: calc((100% - 220px)/3);
}
.fhcase .list ul li a {
	display: block;
}
.fhcase .list ul li .imgs {
	height: 160px;
	overflow: hidden;
}
.fhcase .list ul li .imgs img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fhcase .list ul li:hover .imgs img {
	transform:scale(1.1);
	-ms-transform:scale(1.1);  /* IE 9 */
	-moz-transform:scale(1.1);     /* Firefox */
	-webkit-transform:scale(1.1); /* Safari 和 Chrome */
	-o-transform:scale(1.1); 
}
.fhcase .list ul li .text {
	margin-top: 15px;
}
.fhcase .list ul li .text h5 {
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fhcase .list ul li:hover .text h5 {
	color: #0071ef;
}
.fhcase .list ul li .text h6 {
	margin-top: 12px;
	font-size:16px ;
	line-height: 22px;
	color: #999999;
}
.fhnews {
	background: #f6f6f8;
	padding: 100px 0;
}
.fhnews .list ul {
	display : flex ;
	flex-wrap : wrap;
	justify-content : space-between;
}
.fhnews .list li {
	width: calc((100% - 80px)/3);
}
.fhnews .list li h3 {
	font-size: 24px;
	line-height: 34px;
	color: #0a103b;
	font-weight: 500;
}
.fhnews .list li h3 a:hover{
	color: #0071ef;
}
.fhnews .list li dl {
	margin-top: 12px;
}
.fhnews .list li dd {
	padding: 5px 0;
}
.fhnews .list li dd a {
	display: block;
	padding-left: 8px;
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
	position: relative;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fhnews .list li dd i {
	position: absolute;
	z-index: 11;
	left: 0;
	top: 11px;
	width: 2px;
	height: 2px;
	background: #666666;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fhnews .list li dd a:hover {
	color: #0071ef;
}
.fhnews .list li dd:hover i {
	background: #0071ef;
}

.fconsultant {
	padding: 70px 0 75px;
}
.ftitle {
	text-align: center;
}
.ftitle h2 {
	font-size: 42px;
	line-height: 52px;
	color: #ffffff;
	font-weight: 100;
}
.ftitle h2 em {
	display: inline-block;
	font-weight: bold;
}
.ftitle h6 {
	margin-top: 12px;
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
}
.fsultant ul {
	display : flex ;
	flex-wrap : wrap;
	justify-content : center;
	margin-top: 36px;
}
.fsultant ul li {
	display: inline-block;
	margin: 0 11px;
}
.fsultant ul li a {
	display: block;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 155px;
	line-height: 47px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fsultant ul li.on a,
.fsultant ul li a:hover {
	border-color: #ff9227;
	background: #ff9227;
}
.footerht {
	background: #010d21;
	padding-top: 70px;
}
.footik {
	display : flex ;
	flex-wrap : wrap;
	justify-content : space-between;
}
.footik .ftiklt {
	width: calc(100% - 250px);
	display : flex ;
	flex-wrap : wrap;
	justify-content : space-between;
}
.footik .ftiklt dl {
	width: 27%;
	margin-right: 4%;
	padding-right: 1%;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.footik .ftiklt dl:nth-child(2) {
	width: 14%;
}
.footik .ftiklt dl:nth-child(3) {
	width: 48%;margin-right: 0;
}
.footik .ftiklt dt {
	font-size: 16px;
	line-height: 34px;
	color: #ffffff;
	font-weight: bold;
}
.footik .ftiklt dd,
.footik .ftiklt dd a {
	display: block;
	font-size: 16px;
	line-height: 34px;
	color: #888f9d;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.footik .ftiklt dd a:hover {
	color: #d5dbe8;
}
.footik .ftiklt dl .rel {
	top: 10px;bottom: 10px;
	position: absolute;
	z-index: 11;
	right: 0;
	width: 1px;
	background: rgba(3,27,67,0.6);
}
.footik .ftiklt dl .rel i {
	display: block;
	position: absolute;
	z-index: 22;
	top: 0;
	right: -1px;
	width: 3px;
	height: 10px;
	background: #0071ef;
	
}
.footik .ftikrt {
	width: 240px;
}
.footik .ftikrt .tel h3 {
	font-size: 14px;
	line-height: 34px;
	color: #ffffff;
	font-weight: bold;
}
.footik .ftikrt .list ul {
	display : flex ;
	flex-wrap : wrap;
	margin-top: 52px;
	justify-content : space-between;
}
.footik .ftikrt .list ul li {
	width: calc((100% - 20px)/2);
}
.footik .ftikrt .list ul li .wx {
	height: 110px;
}
.footik .ftikrt .list ul li .wx img {
	display: block;
	width: 100%;
	height: 100%;
}
.footik .ftikrt .list ul li h5 {
	text-align: center;
	margin-top: 10px;
	line-height: 1.8;
	font-size: 16px;
	color: #888f9d;
	
	
}
.flink {
	padding: 50px 0 22px;
	border-bottom: 1px solid rgba(3,27,67,0.6);;
}
.flink ul {
	padding-left: 22px;
	display : flex ;
	flex-wrap : wrap;
}
.flink ul li a,
.flink ul li {
	line-height: 30px;
	font-size: 16px;
	color: #888f9d;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.flink ul li a:hover {
	color: #d5dbe8;
}
.flink ul li {
	margin-right: 10px;
}
.flink ul li:first-child {
	margin-right: 0;
}
.fcopyright {
	padding: 12px 0;
}
.fcopyright {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	color: #575e6a;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fcopyright a{
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	color: #575e6a;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fcopyright a:hover {
	color: #d5dbe8;
}
.main .data-section .data-section-item .data-section-data .ftui {
	display: inline-block;
}