@charset "UTF-8";
html {
    color: #000;
    background: #FFF;
}

blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:after,
q:before {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}

/* yui3 fonts */

body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #333;
    min-width: 1200px;
    background: url('../images/bg.jpg') center top no-repeat #f7f8fa;
}

button,
input,
select,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #cacaca;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #cacaca;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #cacaca;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #cacaca;
}

.placeholder {
    color: #cacaca;
}

table {
    font-size: inherit;
    font: 100%;
}

code,
kbd,
pre,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after,
.clearfix:before {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

/*! grid system 20栅格 1200px */

.ewb-container {
    width: 1200px;
    margin: 0 auto;
}

.ewb-row {
    overflow: hidden;
}


.ewb-span1 {
    float: left;
    width: 41px;
}

.ewb-span2 {
    float: left;
    width: 102px;
}

.ewb-span3 {
    float: left;
    width: 163px;
}

.ewb-span4 {
    float: left;
    width: 224px;
}

.ewb-span5 {
    float: left;
    width: 285px;
}

.ewb-span6 {
    float: left;
    width: 346px;
}

.ewb-span7 {
    float: left;
    width: 407px;
}

.ewb-span8 {
    float: left;
    width: 468px;
}

.ewb-span9 {
    float: left;
    width: 529px;
}

.ewb-span10 {
    float: left;
    width: 590px;
}

.ewb-span11 {
    float: left;
    width: 651px;
}

.ewb-span12 {
    float: left;
    width: 712px;
}

.ewb-span13 {
    float: left;
    width: 773px;
}

.ewb-span14 {
    float: left;
    width: 834px;
}

.ewb-span15 {
    float: left;
    width: 895px;
}

.ewb-span16 {
    float: left;
    width: 956px;
}

.ewb-span17 {
    float: left;
    width: 1017px;
}

.ewb-span18 {
    float: left;
    width: 1078px;
}

.ewb-span19 {
    float: left;
    width: 1139px;
}

.ewb-span20 {
    float: left;
    width: 1200px;
}

.ewb-ml10 {
    margin-left: 10px;
}

.ewb-ml20 {
    margin-left: 20px;
}

.ewb-mt10 {
    margin-top: 10px;
}

.ewb-mt20 {
    margin-top: 20px;
}

input,button {
    font-family: "Microsoft YaHei";
    outline: 0;
}

/* 单行文本溢出 */

.ewb-otw {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* header */

#header {
    height: 80px;
}

/* top */

.ewb-top {
    height: 80px;
    background-color: #fff;
}

/* logo */

.ewb-logo {
    float: left;
    margin: 20px 0 0 1px;
}

/* nav */

.ewb-nav {
    float: left;
    margin-left: 63px;
}

.ewb-nav-node {
    float: left;
    margin-left: 6px;
    vertical-align: top;
}

.ewb-nav-node:first-child {
    margin-left: 0;
}

.ewb-nav-name {
    display: block;
    padding: 0 12px;
    height: 78px;
    line-height: 78px;
    font-size: 16px;
    color: #666666;
}

.ewb-nav-name:hover,
.ewb-nav-name.current {
    color: #ff7725;
    border-bottom: 2px solid #ff7725;
    background-color: #f1f2f4;
}

/* search */

.ewb-search {
    float: right;
    margin-top: 22px;
    width: 158px;
    height: 34px;
    border: 1px solid #c5c5c5;
    border-radius: 18px;
}

.ewb-search.active {
    border: 1px solid #5287d9;
}

.input-box {
    float: left;
    padding-left: 14px;
    width: 104px;
    height: 34px;
    line-height: 34px;
    border: 0;
    background: 0 0;
}

.ewb-search-btn {
    float: left;
    width: 36px;
    height: 34px;
    border: 0;
    background: url('../images/search_ico.png') center no-repeat;
    cursor: pointer;
}

.ewb-search.active .ewb-search-btn {
    background-image: url('../images/search_icoh.png');
}

/* footer */

.ewb-footer {
    margin-top: 20px;
    padding: 34px 0;
    background-color: #0b5288;
}

.ewb-footer-content {
    line-height: 26px;
    text-align: center;
    color: #c4e2f8;
}

.ewb-footer-content span {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
}


@charset "UTF-8";
/**
 * 侧边栏
 * date: 2023-8-29
 * author: ghy;
 */
.sidebar {
  position: fixed;
  top: 50%;
  right: 38px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9999;
}
.sidebar-ca, .sidebar-qr {
  margin-top: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sidebar-back {
  margin-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sidebar-customer-content, .sidebar-ca-content, .sidebar-qr-content, .sidebar-back {
  display: block;
  width: 80px;
  height: 80px;
  -webkit-box-shadow: 0px 4px 10px 0px #d1dce7;
          box-shadow: 0px 4px 10px 0px #d1dce7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  color: #333333;
  line-height: 26px;
  text-align: center;
  padding-top: 46px;
}
.sidebar-customer {
  position: relative;
}
.sidebar-customer:hover .sidebar-customer-content {
  background: url("../images/side_icon_h_1.png") no-repeat center top 14px #367bec;
  color: #fff;
}
.sidebar-customer:hover .sidebar-customer-detail {
  display: block;
}
.sidebar-customer-content {
  background: url("../images/side_icon_1.png") no-repeat center top 14px #fff;
}
.sidebar-customer-detail {
  position: absolute;
  top: 0;
  right: 100px;
  display: none;
  width: 180px;
  height: 366px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 10px 0px #d1dce7;
          box-shadow: 0px 4px 10px 0px #d1dce7;
  padding: 16px 0 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sidebar-customer-detail .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sidebar-customer-detail .item-icon {
  margin-right: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sidebar-customer-detail .item-content-name {
  font-size: 12px;
  color: #333333;
  line-height: 12px;
  margin-bottom: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sidebar-customer-detail .item-content-tel {
  font-size: 14px;
  font-weight: 500;
  color: #367bec;
  line-height: 14px;
}
.sidebar-customer-detail .item-content-time {
  font-size: 12px;
  color: #367bec;
  line-height: 12px;
  margin-top: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sidebar-customer-detail .item-wechat .item-content-name {
  line-height: 32px;
  margin-bottom: 0;
}
.sidebar-customer-detail .item-qr {
  padding-right: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.sidebar-ca {
  position: relative;
}
.sidebar-ca:hover .sidebar-ca-content {
  background: url("../images/side_icon_h_2.png") no-repeat center top 14px #367bec;
  color: #fff;
}
.sidebar-ca:hover .sidebar-ca-detail {
  display: block;
}
.sidebar-ca-content {
  background: url("../images/side_icon_2.png") no-repeat center top 14px #fff;
}
.sidebar-ca-detail {
  position: absolute;
  top: 0;
  right: 80px;
  display: none;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sidebar-ca-detail .check {
  position: relative;
  display: block;
  width: 188px;
  height: 103px;
  background: linear-gradient(316deg, #367bec 0%, #51a0ef 100%);
  -webkit-box-shadow: 0px 4px 10px 0px #d1dce7;
          box-shadow: 0px 4px 10px 0px #d1dce7;
  border: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 0 0 15px;
}
.sidebar-ca-detail .check-name {
  font-size: 24px;
  font-family: "YouSheBiaoTiHei";
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sidebar-ca-detail .check-btn {
  width: 66px;
  height: 20px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 60px;
  font-size: 12px;
  color: #367bec;
  line-height: 20px;
  text-align: center;
}
.sidebar-ca-detail .check::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 87px;
  height: 87px;
  background: url("../images/ca_icon.png") no-repeat center;
  background-size: 100% 100%;
}
.sidebar-qr {
  position: relative;
}
.sidebar-qr:hover .sidebar-qr-content {
  background: url("../images/side_icon_h_3.png") no-repeat center top 14px #367bec;
  color: #fff;
}
.sidebar-qr:hover .sidebar-qr-detail {
  display: block;
}
.sidebar-qr-content {
  background: url("../images/side_icon_3.png") no-repeat center top 14px #fff;
}
.sidebar-qr-detail {
  position: absolute;
  top: 0;
  right: 100px;
  display: none;
  width: 200px;
  height: 180px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 10px 0px #d1dce7;
          box-shadow: 0px 4px 10px 0px #d1dce7;
  padding: 16px 16px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  color: #333333;
  line-height: 12px;
  text-align: center;
}
.sidebar-qr-detail .remark {
  margin: 8px 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sidebar-back {
  display: none;
  background: url("../images/side_icon_4.png") no-repeat center top 14px #fff;
}
.sidebar-back:hover {
  background: url("../images/side_icon_h_4.png") no-repeat center top 14px #367bec;
  color: #fff;
}
.sidebar-back.show {
  display: block;
}
