*,
*::after,
*::before {
  box-sizing: border-box;
  word-wrap: break-word;
}
*[hidefocus],
a,
textarea,
area {
  outline: none;
  resize: none;
}
html,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
img,
input,
li,
ol,
p,
pre,
table,
td,
textarea,
th,
ul {
  padding: 0;
  margin: 0;
  border: 0;
}
dl,
ol,
ul {
  list-style-type: none;
}
button,
input {
  overflow: visible;
  vertical-align: middle;
  outline: none;
  background-color: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body,
button,
input,
pre,
select,
td,
textarea,
th {
  font-size: 12px;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
a {
  color: #333333;
  text-decoration: none;
}
a:active,
a:hover,
a:focus,
:focus {
  outline: none;
}
input {
  -webkit-user-modify: read-write-plaintext-only;
}
a,
button,
input {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
sub,
sup {
  vertical-align: baseline;
}
a img,
img {
  -ms-interpolation-mode: bicubic;
}
em,
i {
  font-style: normal;
}
/*HTML5 reset*/
address,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
legend,
menu,
nav,
section,
fieldset,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"],
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  -webkit-appearance: textfield;
}
/*IE下a:hover 背景闪烁*/
html {
  overflow: -moz-scrollbars-vertical;
}
/*清除浮动*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.button {
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  outline: none;
  height: 38px;
  line-height: 38px;
  transition: all 0.3s;
  font-size: 14px;
  border-radius: 4px;
  background-color: #fff;
  color: #f35b50;
  padding: 0 18px;
  display: inline-block;
  text-align: center;
}
.button.button-link {
  background-color: transparent;
  color: #f35b50;
}
.button.button-link:hover {
  box-shadow: 0px 2px 20px 0px rgba(102, 102, 102, 0.2);
  background-color: #f35b50;
  color: #ffffff;
}
.button.button-link-disabled {
  background-color: transparent;
  color: #999999;
}
.button.button-link-disabled:hover {
  text-decoration-line: underline;
}
.button.button-primary {
  color: #fff;
  background-color: #f35b50;
  transition: all 0.2s;
  cursor: pointer;
}
.button.button-primary:hover {
  background-color: #e64a3e;
}
.button.button-block,
.button.button-full {
  padding: 0;
  display: block;
  width: 100%;
}
.button.button-radius {
  border-radius: 50px;
}
.button.button-disabled {
  opacity: .5;
  cursor: default;
}
.button.button-disabled.button-hover:hover {
  color: #fff;
  background-color: #f35b50;
}
.button.button-hover:hover {
  background-color: #e64a3e;
  color: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(102, 102, 102, 0.2);
}
body,
input,
select {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
  min-width: 1200px;
}
a {
  transition: all 0.3s;
}
a:hover {
  text-decoration: underline;
}
a[class]:hover {
  text-decoration: none;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
@font-face {
  font-family: Din Medium;
  src: url("/assets/pc2018/fonts/din-medium.otf");
}
.number {
  font-family: 'Din Medium';
}
.creditor-section {
  width: 100%;
  min-width: 1200px;
  padding-bottom: 44px;
}
.creditor-section .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.creditor-section .flex {
  display: flex;
}
.creditor-section .space-between {
  display: flex;
  justify-content: space-between;
}
.creditor-section .center {
  display: flex;
  align-items: center;
}
.table {
  border-collapse: collapse;
  border: 0;
}
.table th,
.table td {
  padding: 0;
  margin: 0;
  border: 0;
  background-color: #fff;
}
.table-creditor {
  width: 100%;
  box-shadow: 0px 2px 20px 0px rgba(156, 156, 156, 0.2);
}
.table-creditor th {
  height: 70px;
}
.table-creditor td {
  height: 64px;
}
.table-creditor th,
.table-creditor td {
  font-size: 14px;
  color: #333333;
  text-align: center;
}
.table-creditor tr:nth-of-type(2n) td,
.table-creditor tr:nth-of-type(2n) th {
  background-color: #f8f8f8;
}
.table-creditor tr td:nth-of-type(1),
.table-creditor tr th:nth-of-type(1) {
  text-align: left;
  padding-left: 38px;
}
.xq-news {
  width: 100%;
  min-width: 1200px;
}
.xq-news .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.xq-news .flex {
  display: flex;
}
.xq-news .space-between {
  display: flex;
  justify-content: space-between;
}
.xq-news .center {
  display: flex;
  align-items: center;
}
.xq-news .wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
.xq-news .wrapper .xq-news-title {
  margin-bottom: 26px;
}
.xq-news .wrapper .xq-news-content {
  display: flex;
  justify-content: space-between;
}
.xq-news .news-block1 {
  width: 718px;
}
.xq-news .news-block1 .news-inner {
  width: 400px;
}
.xq-news .news-block2 {
  width: 390px;
}
.xq-news .news-block2 .news-inner {
  width: 380px;
  margin-left: 10px;
}
.xq-news .news-list .news-item {
  display: flex;
  color: #666666;
  height: 35px;
  line-height: 35px;
}
.xq-news .news-list .news-item .title {
  flex: 1;
  font-size: 14px;
}
.xq-news .news-list .news-item .title:hover {
  color: #333333;
}
.xq-news .news-list .news-item .icon {
  width: 16px;
}
.xq-news .news-list .news-item .icon:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid #999999;
  border-top: 4px dashed transparent;
  border-bottom: 4px dashed transparent;
}
.xq-news .news-list .news-item .date {
  width: 92px;
  text-align: right;
  padding-right: 10px;
  color: #999999;
}
.xq-news-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xq-news-title .name {
  position: relative;
  padding-left: 13px;
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  color: #333333;
}
.xq-news-title .name:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 14px;
  overflow: hidden;
  background-color: #f35b50;
  top: 50%;
  left: 0;
  margin-top: -7px;
}
.xq-news-title .more {
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #999999;
}
.xq-news-title .more:hover {
  text-decoration: underline;
}
.xq-partner {
  width: 100%;
  min-width: 1200px;
}
.xq-partner .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.xq-partner .flex {
  display: flex;
}
.xq-partner .space-between {
  display: flex;
  justify-content: space-between;
}
.xq-partner .center {
  display: flex;
  align-items: center;
}
.xq-partner .wrapper {
  padding-bottom: 70px;
  margin-top: -20px;
}
.xq-partner .slides {
  display: flex;
  justify-content: space-between;
}
.xq-partner .slides .prev-btn,
.xq-partner .slides .next-btn {
  cursor: pointer;
  width: 48px;
  display: flex;
  align-items: center;
}
.xq-partner .slides .prev-btn:hover .icon,
.xq-partner .slides .next-btn:hover .icon {
  transform: scale(1.2);
}
.xq-partner .slides .prev-btn .icon,
.xq-partner .slides .next-btn .icon {
  transition: all 0.2s;
  background-repeat: no-repeat;
  display: block;
  width: 14px;
  height: 28px;
}
.xq-partner .slides .next-btn {
  justify-content: flex-end;
}
.xq-partner .slides .next-btn .icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAcCAMAAABmiH5zAAAAS1BMVEUAAADExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMkiI/RxAAAAGHRSTlMACPii8NvIvbGah1tCJBYP6uPSeGlONy29G3UuAAAAaklEQVQY02WRRxLEQAgDx+Ocdx37/y/10e2CWxcUSCKl/kyqknwJD/jN4gHqVdxBW7xYNFCqvdQwiOcKRvGUyZN4hOoW7/BfrA4an2uhU3vdoI/o4bjKhywjirQFGwz2HU6ILgYbY/8+5QFK0wenuMwPtAAAAABJRU5ErkJggg==");
}
.xq-partner .slides .prev-btn .icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAcCAMAAABmiH5zAAAAS1BMVEUAAADExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMkiI/RxAAAAGHRSTlMADPjw28i9saSeiFxCJRfq49KWeGlONy0gDNhbAAAAaUlEQVQY02XRRw6AMBBDUQi9d/j3Pym7cSRn96QonnGK7DxDrjeRedngDpU1jFILna720JShEeo1NEG1hOZEmkNfBVNo3eFSRAO9IjpoFXHCIYl22Z9SkI/hQ/oKWtDX93JUnRXrtetTfitRB4dXei96AAAAAElFTkSuQmCC");
}
.xq-partner .slides .content {
  position: relative;
  flex: 1;
  overflow: hidden;
  height: 200px;
  display: flex;
  align-items: center;
}
.xq-partner .slides .inner {
  height: 164px;
  display: flex;
  flex-wrap: nowrap;
  transition: all 0.4s;
}
.xq-partner .slides .inner .slide {
  width: 1100px;
  display: flex;
}
.xq-partner .slides .inner .slide > li {
  width: 220px;
}
.xq-partner .slides .inner .slide > li img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  transition: all 0.2s;
}
.xq-partner .slides .inner .slide > li img:hover {
  transform: scale(1.1);
}
.progress {
  position: relative;
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.progress.disabled .bar .bar-value {
  background-color: #f9ada7;
}
.progress.disabled .bar-status {
  color: #999999;
}
.progress.disabled1 .bar .bar-value {
  background-color: #f9ada7;
}
.progress .bar {
  position: relative;
  flex: 1;
  border-radius: 4px;
  height: 4px;
  background-color: #e6e6eb;
  box-shadow: 1.259px 1.554px 4px 0px rgba(164, 164, 196, 0.2);
}
.progress .bar .bar-value {
  position: absolute;
  border-radius: 4px;
  background-color: #f35b50;
  top: 0;
  left: 0;
  height: 100%;
  max-width: 100% !important;
}
.progress .bar-status {
  font-size: 12px;
  color: #f35b50;
  width: 42px;
  text-align: right;
}
.progress .bar-status.full {
  color: #999999;
}
.biao-card-wrap {
  width: 100%;
  min-width: 1200px;
}
.biao-card-wrap .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.biao-card-wrap .flex {
  display: flex;
}
.biao-card-wrap .space-between {
  display: flex;
  justify-content: space-between;
}
.biao-card-wrap .center {
  display: flex;
  align-items: center;
}
.biao-card-wrap .wrapper {
  display: flex;
  justify-content: space-between;
}
.biao-card-wrap .biao-card {
  width: 274px;
}
.biao-card {
  background-color: #ffffff;
  height: 330px;
  width: 100%;
  position: relative;
  padding: 20px;
  top: 0;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.biao-card:hover {
  top: -3px;
  -moz-box-shadow: 0px 2px 20px 0px rgba(102, 102, 102, 0.1);
  -webkit-box-shadow: 0px 2px 20px 0px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 2px 20px 0px rgba(102, 102, 102, 0.1);
}
.biao-card .biao-title {
  height: 30px;
  line-height: 22px;
  padding-bottom: 7px;
  border-bottom: 1px solid #f4f4f4;
}
.biao-card .biao-title .biao-name {
  font-size: 16px;
  color: #333333;
}
.biao-card .biao-title .biao-id {
  font-size: 14px;
  color: #666666;
}
.biao-card .label {
  font-size: 14px;
  color: #999999;
}
.biao-card .value {
  font-size: 16px;
  color: #333333;
}
.biao-card .point {
  color: #f35b50;
}
.biao-card .point .strong {
  font-size: 28px;
}
.biao-card .biao-tag {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 4px;
  font-size: 16px;
  color: #f35b50;
  background: #fddedc;
}
.biao-card .fix-align {
  padding-top: 5px;
}
.biao-card .biao-props {
  display: flex;
  height: 190px;
  flex-direction: column;
  justify-content: space-around;
  padding: 10px 0;
}
.biao-card .biao-props .props-row {
  display: flex;
  justify-content: space-between;
}
.biao-card .biao-props .props-row .props-cell {
  height: 60px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.biao-card .biao-props .props-row .props-cell .value {
  height: 36px;
  line-height: 36px;
}
.biao-card .biao-props .props-row .props-cell:nth-last-of-type(1) {
  text-align: right;
}
.biao-card .biao-progress {
  height: 24px;
  margin-bottom: 16px;
}
.biao-card-row {
  height: 150px;
  border-bottom: 1px solid #e8e8e8;
  padding-left: 12px;
  padding-right: 38px;
}
.biao-card-row:hover {
  background-color: #fff;
  position: relative;
  z-index: 9;
  box-shadow: 0px 2px 20px 0px rgba(102, 102, 102, 0.1);
}
.biao-card-row:hover .biao-action {
  position: relative;
  top: 6px;
}
.biao-card-row .button-primary:hover {
  width: 110px;
  height: 32px;
  line-height: 32px;
  padding: 0;
  color: #ffffff !important;
  background-color: #f35b50 !important;
  box-shadow: none;
}
.biao-card-row .button.disabled {
  border-color: #999999 !important;
  color: #999999 !important;
  box-shadow: 0 0 0 1px #999999 !important;
}
.biao-card-row .button.disabled:hover {
  background-color: transparent !important;
  border-color: #999999 !important;
  color: #999999 !important;
  box-shadow: 0 0 0 1px #999999 !important;
}
.biao-card-row .biao-title {
  line-height: 20px;
  padding-top: 25px;
}
.biao-card-row .biao-title .biao-name {
  font-size: 16px;
  color: #333333;
  margin-right: 18px;
}
.biao-card-row .biao-title .biao-id {
  font-size: 16px;
  color: #666666;
  margin-right: 18px;
}
.biao-card-row .biao-title .biao-mark {
  border: 1px solid #fca06c;
  font-size: 12px;
  color: #f35b50;
  height: 20px;
  line-height: 18px;
  padding: 0 8px;
}
.biao-card-row .biao-content {
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.biao-card-row .biao-content .biao-props,
.biao-card-row .biao-content .biao-action,
.biao-card-row .biao-content .props-cell,
.biao-card-row .biao-content .biao-progress {
  height: 60px;
}
.biao-card-row .biao-content .biao-props {
  display: flex;
  justify-content: space-between;
}
.biao-card-row .label {
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  color: #999999;
  margin-top: -4px;
}
.biao-card-row .value {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333333;
}
.biao-card-row .point {
  color: #f35b50;
  position: relative;
  top: -5px;
}
.biao-card-row .point.normal {
  color: #333333;
}
.biao-card-row .point.normal .strong {
  font-weight: normal;
  font-size: 28px;
}
.biao-card-row .point .strong {
  font-weight: bold;
  font-size: 28px;
}
.biao-card-row .biao-progress {
  width: 180px;
  height: 34px !important;
  position: relative;
  top: 6px;
}
.biao-card-row .biao-progress .progress {
  flex-direction: column;
}
.biao-card-row .biao-progress .progress .bar {
  width: 100%;
}
.biao-card-row .biao-progress .progress .bar-status {
  width: 100%;
  text-align: left;
  margin-top: 14px;
}
.biao-card-row .biao-progress .gray {
  font-size: 12px;
  color: #999999;
}
.biao-card-row .biao-action {
  position: relative;
  top: 6px;
}
.biao-card-row .biao-action .button-primary {
  width: 110px;
  height: 32px;
  line-height: 32px;
  padding: 0;
  background-color: transparent;
  color: #f35b50;
  box-shadow: 0 0  0 1px #f35b50;
  border-radius: 0;
}
.header {
  position: relative;
  z-index: 110;
  background-color: transparent;
  min-height: 102px;
  transition: all 0.3s;
}
.header:hover {
  background-color: #fff;
}
.header:hover .service-phone {
  color: #333333;
}
.header:hover .service-phone .work-time {
  color: #666666;
}
.header:hover .website-links .links-item {
  color: #333333;
}
.header:hover .website-links .links-item a {
  color: #333333;
}
.header:hover .website-links .links-item + .links-item::before {
  background-color: #666666;
}
.header:hover .xq-logo .current-page {
  color: #999999;
}
.header:hover .xq-logo .logo-normal {
  opacity: 0;
}
.header:hover .xq-logo .logo-active {
  opacity: 1;
}
.header:hover .website-menus .menus-item {
  color: #999999;
}
.header:hover .website-menus .menus-item a {
  color: #999999;
}
.header:hover .website-menus .menus-item::before {
  background-color: #f35b50;
}
.header:hover .website-menus .menus-item.active,
.header:hover .website-menus .menus-item.current {
  color: #333333;
}
.header:hover .website-menus .menus-item.active a,
.header:hover .website-menus .menus-item.current a {
  color: #333333;
}
.header.active {
  background-color: #fff;
}
.header.active .topbar {
  background-color: #323436;
}
.header.active .service-phone {
  color: #ffffff;
}
.header.active .service-phone .work-time {
  color: #ffffff;
}
.header.active .website-links .links-item {
  color: #ffffff;
}
.header.active .website-links .links-item a {
  color: #ffffff;
}
.header.active .website-links .links-item + .links-item::before {
  background-color: #666666;
}
.header.active .xq-logo .current-page {
  color: #999999;
}
.header.active .xq-logo .logo-normal {
  opacity: 0;
}
.header.active .xq-logo .logo-active {
  opacity: 1;
}
.header.active .website-menus .menus-item {
  color: #999999;
}
.header.active .website-menus .menus-item a {
  color: #999999;
}
.header.active .website-menus .menus-item::before {
  background-color: #f35b50;
}
.header.active .website-menus .menus-item.active,
.header.active .website-menus .menus-item.current {
  color: #333333;
}
.header.active .website-menus .menus-item.active a,
.header.active .website-menus .menus-item.current a {
  color: #333333;
}
.topbar {
  width: 100%;
  min-width: 1200px;
  height: 40px;
  background-color: transparent;
}
.topbar .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.topbar .flex {
  display: flex;
}
.topbar .space-between {
  display: flex;
  justify-content: space-between;
}
.topbar .center {
  display: flex;
  align-items: center;
}
.topbar .service-phone {
  display: flex;
  font-size: 12px;
  color: #ffffff;
  line-height: 40px;
}
.topbar .service-phone .label {
  margin-right: 12px;
}
.topbar .service-phone .work-time {
  color: #ffffff;
}
.topbar .website-links {
  display: flex;
  line-height: 40px;
  margin-right: -16px;
}
.topbar .website-links .links-item {
  position: relative;
  padding: 0 16px;
  font-size: 12px;
  color: #ffffff;
}
.topbar .website-links .links-item a {
  color: #ffffff;
}
.topbar .website-links .links-item + .links-item::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  background-color: #666666;
  height: 16px;
  overflow: hidden;
  top: 50%;
  margin-top: -8px;
}
.page-tab {
  width: 100%;
  min-width: 1200px;
  position: relative;
  z-index: 3;
  box-shadow: 0 2px 30px 0 rgba(102, 102, 102, 0.2);
}
.page-tab .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.page-tab .flex {
  display: flex;
}
.page-tab .space-between {
  display: flex;
  justify-content: space-between;
}
.page-tab .center {
  display: flex;
  align-items: center;
}
.page-tab .tab-wrap {
  display: flex;
}
.page-tab .tab-wrap.right {
  justify-content: flex-end;
}
.page-tab .tab-wrap .tab-item {
  position: relative;
  padding: 0 4px;
  font-size: 16px;
  color: #666666;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
}
.page-tab .tab-wrap .tab-item:hover {
  color: #f35b50;
}
.page-tab .tab-wrap .tab-item a {
  color: #666666;
}
.page-tab .tab-wrap .tab-item a:hover {
  color: #f35b50;
}
.page-tab .tab-wrap .tab-item::before {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #f35b50;
  overflow: hidden;
}
.page-tab .tab-wrap .tab-item.active,
.page-tab .tab-wrap .tab-item.current {
  color: #333333;
}
.page-tab .tab-wrap .tab-item.active a,
.page-tab .tab-wrap .tab-item.current a {
  color: #333333;
}
.page-tab .tab-wrap .tab-item.active::before,
.page-tab .tab-wrap .tab-item.current::before {
  display: block;
}
.page-tab .tab-wrap .tab-item.current {
  color: #f35b50;
}
.page-tab .tab-wrap .tab-item.current a {
  color: #f35b50;
}
.page-tab .tab-wrap .tab-item.current::before {
  display: none;
}
.page-tab .tab-wrap .tab-item + .tab-item {
  margin-left: 74px;
}
.page-tab.infomation-tab .tab-wrap {
  display: flex;
  justify-content: space-between;
}
.page-tab.infomation-tab .tab-item {
  font-size: 14px;
}
.page-tab.infomation-tab .tab-item + .tab-item {
  margin-left: 0;
}
.page-tab.sub-menu-tab {
  box-shadow: none;
}
.page-tab.sub-menu-tab .tab-item {
  font-size: 14px;
}
.page-tab.sub-menu-tab .tab-item + .tab-item {
  margin-left: 40px;
}
.navgation {
  width: 100%;
  min-width: 1200px;
  position: relative;
  background-color: transparent;
  height: 72px;
}
.navgation .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.navgation .flex {
  display: flex;
}
.navgation .space-between {
  display: flex;
  justify-content: space-between;
}
.navgation .center {
  display: flex;
  align-items: center;
}
.navgation .wrapper {
  height: 72px;
}
.navgation .sub-menu {
  position: absolute;
  width: 100%;
  top: 72px;
  left: 0;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 #eeeeee inset;
  display: none;
}
.navgation .sub-menu .wrapper {
  height: 62px;
}
.navgation .xq-logo {
  display: flex;
  height: 49px;
  align-items: center;
  position: relative;
}
.navgation .xq-logo .logo-normal,
.navgation .xq-logo .logo-active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
}
.navgation .xq-logo .logo-normal {
  opacity: 1;
}
.navgation .xq-logo img {
  display: block;
  height: 49px;
  width: auto;
}
.navgation .xq-logo .current-page {
  display: flex;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #ffffff;
  padding-left: 24px;
  border-left: 1px solid #e2e2e2;
  margin-left: 19px;
}
.navgation .website-menus {
  display: flex;
  height: 72px;
  line-height: 40px;
  margin-right: -4px;
}
.navgation .website-menus .menus-item {
  position: relative;
  padding: 0 4px;
  font-size: 16px;
  color: #ffffff;
  height: 72px;
  line-height: 72px;
}
.navgation .website-menus .menus-item a {
  display: block;
  height: 72px;
  color: #ffffff;
  text-decoration: none;
}
.navgation .website-menus .menus-item a:hover {
  color: #333333;
}
.navgation .website-menus .menus-item::before {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: transparent;
  overflow: hidden;
}
.navgation .website-menus .menus-item.active,
.navgation .website-menus .menus-item.current {
  color: #ffffff;
}
.navgation .website-menus .menus-item.active a,
.navgation .website-menus .menus-item.current a {
  color: #ffffff;
}
.navgation .website-menus .menus-item.active::before,
.navgation .website-menus .menus-item.current::before {
  display: block;
}
.navgation .website-menus .menus-item {
  margin-left: 66px;
}
.banner {
  position: relative;
  z-index: 1;
  height: 530px;
  margin-top: -112px;
}
.banner .placeholder-bg {
  height: 102px;
}
.banner .banner-content {
  height: 530px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #071625;
}
.banner .banner-content-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.6s;
  z-index: -10;
}
.banner .banner-content-item.active {
  opacity: 1;
  z-index: 0;
}
.banner .xq-overflow {
  position: absolute;
  left: 50%;
  top: 102px;
  margin-left: 280px;
  z-index: 3;
}
.banner .xq-pointer {
  position: relative;
  top: 432px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.banner .xq-pointer li {
  cursor: pointer;
  height: 5px;
  width: 46px;
  margin-right: 10px;
  background-color: #ffffff;
  display: inline-block;
  opacity: 0.5;
}
.banner .xq-pointer li.active {
  cursor: default;
  opacity: 1;
}
.xq-overflow {
  width: 320px;
  height: 428px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.xq-overflow .profit-count {
  height: 85px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.xq-overflow .profit-count .total {
  padding-top: 30px;
  font-size: 14px;
  text-align: center;
  margin-bottom: 4px;
}
.xq-overflow .profit-count .total .money {
  font-size: 18px;
}
.xq-overflow .profit-count .more {
  text-align: right;
  padding-right: 30px;
}
.xq-overflow .profit-count .more a {
  font-size: 14px;
  color: #f35b50;
  text-decoration: underline;
}
.xq-overflow .benefit {
  text-align: center;
  height: 117px;
}
.xq-overflow .benefit .benefit-value {
  text-align: center;
  padding-top: 36px;
  font-size: 26px;
  color: #f35b50;
}
.xq-overflow .benefit .benefit-label {
  text-align: center;
  font-size: 14px;
  margin-top: 8px;
}
.xq-overflow .register-button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #f35b50;
  width: 274px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  border-radius: 4px;
}
.xq-overflow .register-button:hover {
  background-color: #df2c1f;
  color: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(102, 102, 102, 0.2);
}
.xq-overflow .login-button {
  height: 28px;
  line-height: 28px;
  text-align: center;
}
.xq-overflow .login-button a {
  font-size: 12px;
  color: #ffffff;
  text-decoration: underline;
}
.xq-overflow .login-button a:hover {
  color: #f35b50;
}
.xq-overflow .safe-from {
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  margin-top: 26px;
  line-height: 24px;
}
.xq-overflow .safe-from img {
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.xq-overflow .user-info {
  padding-top: 15px;
  height: 141px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #ffffff;
}
.xq-overflow .user-info .user-thumb {
  margin-left: auto;
  margin-right: auto;
  width: 56px;
  height: 56px;
  margin-bottom: 4px;
}
.xq-overflow .user-info .user-thumb img {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
.xq-overflow .user-info .user-name {
  font-size: 24px;
  height: 32px;
  line-height: 32px;
}
.xq-overflow .user-info .user-more {
  margin-top: 3px;
  text-align: center;
}
.xq-overflow .user-info .user-more a {
  font-size: 16px;
  color: #f35b50;
  text-decoration: underline;
}
.xq-overflow .user-info .user-more a:hover {
  color: #ffffff;
}
.xq-overflow .user-amount {
  display: flex;
  justify-content: space-around;
}
.xq-overflow .user-amount .amount-item {
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
}
.xq-overflow .user-amount .amount-item .value {
  display: block;
  font-size: 16px;
  color: #f35b50;
  margin-bottom: 6px;
}
.xq-overflow .user-amount .amount-item .value a {
  color: #f35b50;
}
.xq-overflow .user-amount .amount-item .label {
  display: block;
  font-size: 14px;
  color: #ffffff;
}
.xq-overflow .user-amount .amount-item .label a {
  color: #ffffff;
}
.xq-overflow .user-short-link {
  display: flex;
  justify-content: space-around;
  padding: 20px 10px 0;
}
.xq-overflow .user-short-link a {
  color: #ffffff;
  font-size: 12px;
}
.feature {
  width: 100%;
  min-width: 1200px;
  height: 176px;
}
.feature .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.feature .flex {
  display: flex;
}
.feature .space-between {
  display: flex;
  justify-content: space-between;
}
.feature .center {
  display: flex;
  align-items: center;
}
.feature .wrapper {
  height: 176px;
  display: flex;
  justify-content: space-between;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 2px 30px 0px rgba(102, 102, 102, 0.2);
}
.feature .feature-pointers {
  flex: 1;
  height: 176px;
  padding-right: 64px;
}
.feature .feature-pointers .notice-bar {
  height: 22px;
  line-height: 22px;
  color: #333333;
  font-size: 14px;
}
.feature .feature-pointers .feature-pointer-hd {
  padding-left: 40px;
  padding-top: 14px;
  padding-top: 10px;
}
.feature .feature-pointers .feature-pointer-bd {
  padding-left: 30px;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}
.feature .feature-pointers .feature-point {
  display: flex;
  align-items: center;
}
.feature .feature-pointers .feature-point .point-icon img {
  display: block;
}
.feature .feature-pointers .feature-point .point-main {
  margin-left: 14px;
}
.feature .feature-pointers .feature-point .point-main .pointer-name {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  margin-bottom: 6px;
}
.feature .feature-pointers .feature-point .point-main .pointer-desc {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}
.feature .feature-bd {
  height: 176px;
  width: 244px;
}
.xq-title {
  width: 100%;
  min-width: 1200px;
  height: 136px;
  display: flex;
  align-items: center;
}
.xq-title .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.xq-title .flex {
  display: flex;
}
.xq-title .space-between {
  display: flex;
  justify-content: space-between;
}
.xq-title .center {
  display: flex;
  align-items: center;
}
.xq-title .inner {
  text-align: center;
}
.xq-title .title {
  font-size: 28px;
  color: #333333;
  margin-bottom: 8px;
}
.xq-title .sub {
  position: relative;
  font-size: 14px;
  color: #999999;
}
.xq-title .sub .placeholder-icon {
  display: inline-block;
  width: 16px;
}
.xq-title .sub .help {
  position: relative;
  display: inline-block;
}
.xq-title .sub .help .help-msg {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -13px;
  margin-left: 10px;
  padding: 0 24px;
  white-space: nowrap;
  height: 26px;
  line-height: 26px;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  border-radius: 5px;
}
.xq-title .sub .help .help-msg:before,
.xq-title .sub .help .help-msg:after {
  content: '';
  position: absolute;
  left: -7px;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border: 0;
  border-right: 8px solid #fff;
  border-top: 5px dashed transparent;
  border-bottom: 5px dashed transparent;
  z-index: 2;
}
.xq-title .sub .help .help-msg:after {
  border-right-color: #e4e4e4;
  z-index: 1;
  left: -8px;
}
.xq-title .sub .help .wrin-icon {
  width: 16px;
  height: 16px;
  color: #f35b50;
  border: 1px solid #f35b50;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  font-size: 0;
}
.xq-title .sub .help .wrin-icon:after {
  font-size: 12px;
  content: '!';
  position: relative;
  top: -1px;
}
.xq-title .more {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #999999;
}
.xq-title .more:hover {
  text-decoration: underline;
}
.xq-h2-title {
  padding-left: 20px;
  height: 50px;
  border-bottom: 1px solid #f4f4f4;
  display: flex;
  align-items: center;
}
.xq-h2-title h2 {
  position: relative;
  padding: 0;
  padding-left: 20px;
  font-size: 20px;
  color: #333333;
  font-weight: normal;
}
.xq-h2-title h2:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 18px;
  overflow: hidden;
  background-color: #f35b50;
  top: 50%;
  left: 0;
  margin-top: -9px;
}
.new-user {
  width: 100%;
  min-width: 1200px;
}
.new-user .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.new-user .flex {
  display: flex;
}
.new-user .space-between {
  display: flex;
  justify-content: space-between;
}
.new-user .center {
  display: flex;
  align-items: center;
}
.new-user .wrapper {
  height: 195px;
  display: flex;
}
.new-user .new-user-bd {
  position: relative;
  width: 355px;
  height: 160px;
}
.new-user .new-user-bd .img {
  position: absolute;
  left: 0;
  bottom: -16px;
}
.new-user .new-user-bd .button {
  position: absolute;
  width: 296px;
  bottom: 0px;
  left: 0px;
  line-height: 35px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASgAAAAlCAMAAADGMIRBAAAAh1BMVEUAAADzWk/sOy/zW1DzW1DvSj7zWU7qNinzW1DzW1DsPTDzW1DzW1DqNSjzW1DqNCf////+9PP0ZVvxU0j//Pz819T6ubT5qaT2e3L1cmj0YVbzWU7uRTn94d/5sKv4oJn3lo7+7Ov80s/2iID2gnnzXlPxUkfrOCv82Nb7xcH6v7r3jIT0bWMqFgq9AAAADnRSTlMABs/Qx24b9Pnzx25t+Riob5IAAAECSURBVGje7dS3bsNAFETRWYpByW8pMWcqO/3/95kyDAiGLe3rXHhON+0tBoBZ+Quhuxb+ymASzoQcZiFg/mun7eS9Ksvj4W0cij5/2Xe7zTdpvMmKSq5mBmuhW7zqOBav+118k+a1TNbwhX6oyzF/Tr9SZddSPuZCvzuVRfYZK5/GHEIPbIduKlWJCEO5HLq4F4ZSOPWZMJTKIAylUgtD6TAUQzGUEkMpMZQSQykxlBJDKTGUEkMpMZQSQykxlBJDKTHUX0EjpNDgLKRwRiuk0MImQk6JxdOFpZySS4SltW3CR3+gSVprlwgsKQQwniUnzwAhSzl5ISYm8CJLd0VeYIAPOJJd9ukTeasAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
}
.new-user .new-user-content {
  display: flex;
  flex: 1;
  border: 1px solid #e6e6e6;
  padding-left: 37px;
  align-items: center;
  height: 160px;
}
.new-user .label {
  font-size: 14px;
  color: #999999;
}
.new-user .value {
  font-size: 16px;
  color: #333333;
}
.new-user .point {
  color: #f35b50;
}
.new-user .point .strong {
  font-size: 28px;
}
.new-user .biao-item {
  display: flex;
  width: 100%;
}
.new-user .biao-item .biao-inner .name {
  font-size: 16px;
  color: #333333;
  padding-top: 18px;
  margin-bottom: 14px;
}
.new-user .biao-item .biao-inner .content {
  display: flex;
  width: 580px;
  justify-content: space-between;
}
.new-user .biao-item .biao-inner .content .cell {
  height: 68px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.new-user .biao-item .biao-inner .content .value {
  height: 30px;
  line-height: 30px;
}
.new-user .biao-item .biao-inner .content .value.point {
  font-size: 14px;
}
.new-user .biao-item .biao-inner .content .value.point .strong {
  font-size: 28px;
}
.new-user .biao-item .biao-inner .cell4 .button {
  width: 136px;
}
.new-user .biao-item .biao-inner .cell4 .progress {
  width: 178px;
}
.new-user .biao-item .biao-inner .cell4 .progress .bar {
  height: 7px;
}
.new-user .biao-item .biao-help {
  padding-top: 20px;
  height: 148px;
  flex: 1;
  text-align: center;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
.new-user .biao-item .biao-help a {
  display: block;
}
.new-user .biao-item .biao-help a img {
  height: 76px;
}
.footer {
  width: 100%;
  min-width: 1200px;
  background-color: #555758;
}
.footer .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.footer .flex {
  display: flex;
}
.footer .space-between {
  display: flex;
  justify-content: space-between;
}
.footer .center {
  display: flex;
  align-items: center;
}
.footer .wrapper {
  padding: 30px 20px 0;
}
.footer .content {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #6a6a6a;
  padding-bottom: 50px;
}
.footer .col1,
.footer .col2,
.footer .col3 {
  display: flex;
}
.footer .col1 {
  width: 410px;
  margin-left: -3px;
}
.footer .col1 dl {
  width: 62px;
  color: #fff;
  float: left;
  text-align: center;
  margin-right: 60px;
}
.footer .col1 dl a {
  color: #d3d3d3;
  text-decoration: none;
}
.footer .col1 dl a:hover {
  text-decoration: underline;
}
.footer .col1 dl dt {
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
}
.footer .col1 dl dd {
  display: block;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
}
.footer .col2 {
  width: 378px;
  padding-top: 8px;
}
.footer .col2 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer .col2 ul li {
  width: 100px;
  height: 138px;
}
.footer .col2 ul li img {
  display: block;
  width: 100px;
  height: 100px;
}
.footer .col2 ul li p {
  line-height: 32px;
  height: 32px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  margin-left: -20px;
  margin-right: -20px;
}
.footer .col3 {
  flex-direction: column;
  color: #fff;
  padding-left: 100px;
}
.footer .col3 .work-time {
  line-height: 34px;
  height: 34px;
  font-size: 14px;
}
.footer .col3 .work-time span {
  font-size: 20px;
}
.footer .col3 .hot-phone {
  margin-top: 25px;
  font-size: 14px;
}
.footer .col3 .links {
  position: relative;
  margin-top: 10px;
  overflow: hidden;
}
.footer .col3 .links a {
  height: 30px;
  line-height: 30px;
  background-color: #f76719;
  padding: 0 8px;
  margin-left: 25px;
  float: right;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.footer .col3 .links a.online {
  padding-left: 28px;
  background: #f76719 url("../images/online.png") 6px 5px no-repeat;
}
.footer .col3 .links .email-panel {
  position: absolute;
  display: none;
  z-index: 2;
  top: -74px;
  background-color: #fff;
  padding: 8px 12px;
  text-align: left;
  right: -50px;
}
.footer .col3 .links .email-panel h3 {
  font-weight: normal;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  color: #323436;
}
.footer .col3 .links .email-panel p {
  color: #ffa44c;
  font-size: 12px;
}
.footer .col3 .links .email-panel .jt {
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-top: 9px dashed #fff;
  border-left: 4px dashed transparent;
  border-right: 4px dashed transparent;
}
.footer .links {
  color: #fff;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #6a6a6a;
}
.footer .links a {
  color: #fff;
  text-decoration: none;
  text-decoration: underline;
}
.footer .links dl {
  padding-left: 95px;
  position: relative;
  overflow: hidden;
}
.footer .links dl dt {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  color: #aeaeae;
  line-height: 24px;
}
.footer .links dl dd {
  float: left;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  margin-bottom: 5px;
  margin: 0 5px;
}
.footer .copyright {
  height: 69px;
  overflow: hidden;
}
.footer .copyright p {
  float: left;
  height: 22px;
  line-height: 22px;
  padding-top: 16px;
  color: #fff;
}
.footer .copyright p span {
  color: #f35b50;
}
.footer .copyright ul {
  float: right;
  overflow: hidden;
}
.footer .copyright ul li {
  float: left;
  margin-left: 30px;
  height: 40px;
}
.footer .copyright ul li a {
  display: block;
}
.footer .copyright ul li img {
  display: block;
}
.feature {
  position: relative;
  z-index: 9;
  margin-top: -76px;
}
.product-area {
  background-color: #f3f4f8;
  background-image: url("../images/index/huisebeijing.png");
  background-repeat: no-repeat;
  background-position: bottom center;
}
.float-nav {
  position: fixed;
  top: 50%;
  right: 10px;
  z-index: 10;
}
.float-nav .item {
  height: 44px;
  width: 44px;
  margin-bottom: 2px;
  cursor: pointer;
}
.float-nav .item.kefu {
  background-image: url('/assets/pc2018/images/index/kefu.png');
}
.float-nav .item.kefu:hover {
  background-image: url('/assets/pc2018/images/index/kefu_xuanzhong.png');
}
.float-nav .item.download {
  background-image: url('/assets/pc2018/images/index/APPxiazai.png');
}
.float-nav .item.download:hover {
  background-image: url('/assets/pc2018/images/index/APPxiazai_xuanzhong.png');
}
.float-nav .item.help {
  background-image: url('/assets/pc2018/images/index/bangzhuzhongxin.png');
}
.float-nav .item.help:hover {
  background-image: url('/assets/pc2018/images/index/bangzhuzhongxin_xuanzhong.png');
}
.float-nav .item.calc {
  background-image: url('/assets/pc2018/images/index/lilvjisuan.png');
}
.float-nav .item.calc:hover {
  background-image: url('/assets/pc2018/images/index/lilvjisuan_xuanzhong.png');
}
.float-nav .item.top {
  background-image: url('/assets/pc2018/images/index/backtop.png');
}
.float-nav .item.top:hover {
  background-image: url('/assets/pc2018/images/index/backtop_xuanzhong.png');
}
/*# sourceMappingURL=index.css.map */