
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}
legend {
  color: #000;
}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #333333;
}
input,
textarea {
  background: none;
  outline: none;
  border: 0px;
}
input[type="text"]:focus,
input[type="password"]:focus {
  background: #fff;
  outline: none;
}
textarea:focus {
  outline: none;
}
button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}
select {
  outline: none;
}
.single-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.multiline-ellipsis {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.container {
  width: 100%;
  background: #F1F3F5;
  position: relative;
  padding-top: 134px;
  box-sizing: border-box;
}
.container-w {
  width: 100%;
  background: #FFFFFF;
  position: relative;
  padding-top: 134px;
  box-sizing: border-box;
}
.box-1240 {
  width: 1240px;
  margin: 0 auto;
}
.head-box {
  width: 100%;
  transition: 0.2s all ease-in;
  background: #FFFFFF;
  position: fixed;
  left: 0;
  top: 0;
}
.head-top {
  width: 100%;
  height: 35px;
  background: #F8F8F8;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
}
.head-action {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.head-action .head-l {
  display: flex;
  align-items: center;
}
.head-action .address {
  display: flex;
  height: 100%;
  align-items: center;
}
.head-action .head-icon {
  width: 24px;
  height: 24px;
}
.head-action .address-name {
  height: 100%;
  display: flex;
  align-items: center;
}
.head-action .address-name span {
  color: #999999;
  margin-left: 3px;
}
.head-action .head-fgf {
  height: 14px;
  width: 1px;
  background: #DDDDDD;
  margin: 0 12px;
}
.head-action .head-text {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.head-action .menu-bar {
  display: flex;
  align-items: center;
}
.head-action .menu-bar li {
  margin-left: 30px;
}
.head-action .menu-bar li a {
  display: flex;
  height: 100%;
  align-items: center;
}
.head-action .menu-bar li img {
  margin-right: 2px;
}
.head-action .menu-bar li .out-text {
  color: #999999;
  margin-left: 6px;
}
.head-action .menu-bar li .head-phone {
  font-size: 16px;
  font-weight: bold;
  color: #FF6161;
}
.navigation-box {
  display: flex;
  padding: 18px 0;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
}
.navigation-box .logo {
  display: block;
}
.navigation-box .logo-img {
  width: 188px;
  height: 63px;
}
.navigation-box .navigation {
  display: flex;
}
.navigation-box .nav-item {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}
.navigation-box .nav-item a {
  display: block;
  padding: 0 26px;
  transition: 0.2s all ease-in;
}
.navigation-box .nav-item:hover a {
  font-weight: bold !important;
  color: #269BFF !important;
}
.navigation-box .nav-item-cur a {
  font-weight: bold !important;
  color: #269BFF !important;
}
.navigation-box .search-box {
  width: 303px;
  height: 35px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navigation-box .search-box .search-l {
  display: flex;
  align-items: center;
  height: 100%;
}
.navigation-box .search-box .search-l .search-input {
  height: 100%;
  margin-left: 15px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 132px;
}
.navigation-box .search-box .serve-btn {
  cursor: pointer;
  min-width: 60px;
  height: 100%;
  border: none;
  outline: none;
  /*清除难看的粗黑线*/
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  padding: 0 12px;
  /*很关键：将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*在选择框的最右侧中间显示小箭头图片*/
  background: url("../img/select-up.png") no-repeat scroll right center transparent;
}
.navigation-box .search-box .serve-btn-box {
  position: relative;
  height: 100%;
}
.navigation-box .search-box .serve-btn-box::after {
  content: '';
  position: absolute;
  top: 8px;
  right: -15px;
  height: 19px;
  width: 1px;
  background: #DDDDDD;
  margin: 0 0 0 10px;
}
.navigation-box .search-box select::-ms-expand {
  display: none;
}
.navigation-box .search-box .search-btn {
  display: block;
  width: 60px;
  height: 100%;
  background: #269BFF;
  border-radius: 0px 4px 4px 0px;
  background-image: url("../img/search.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  cursor: pointer;
}
.fix {
  background: #ffffff;
  z-index: 999;
  border-bottom: none !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.title-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.title-box .title-content {
  display: flex;
  align-items: center;
}
.title-box .title-content h2 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-right: 12px;
}
.title-box .title-text {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
.title-box .more-btn {
  display: flex;
  align-items: center;
}
.title-box .more-icon {
  width: 6px;
  height: 12px;
  margin-left: 6px;
}
.filing-info {
  width: 100%;
  padding: 18px 0;
  box-sizing: border-box;
  background: #292929;
}
.filing-desc {
  width: 470px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #BBBBBB;
  margin: 0 auto;
  text-align: center;
}
.sidebar-box {
  position: fixed;
  right: 50px;
  top: 200px;
  background: #FFFFFF;
  border-radius: 100px;
  border: 1px solid #F1F3F5;
  box-sizing: border-box;
  z-index: 112;
}
.sidebar-box .sidebar-open,
.sidebar-box .sidebar-img {
  display: flex;
  width: 56px;
  height: 56px;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #F1F3F5;
  box-sizing: border-box;
  cursor: pointer;
}
.sidebar-box .sidebar-item {
  position: relative;
}
.sidebar-box .sidebar-item:last-child {
  border-bottom: none;
}
.sidebar-box .sidebar-item:hover .sidebar-icon {
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
  transition: height 0.2s;
}
.sidebar-box .sidebar-item:hover .sidebar-text {
  height: 20px !important;
  width: 32px !important;
  overflow: visible !important;
  transition: height 0.2s;
}
.sidebar-box .sidebar-item:hover .sidebar-bubble,
.sidebar-box .sidebar-item:hover .sidebar-bubble1 {
  transform: scale(1) translateX(0px);
}
.sidebar-box .sidebar-icon {
  width: 34px;
  height: 34px;
  transition: 0.2s;
}
.sidebar-box .sidebar-text {
  font-size: 16px;
  font-weight: 400;
  color: #269BFF;
  height: 0;
  width: 0;
  overflow: hidden;
  transition: height 0.2s;
}
.sidebar-bubble {
  position: absolute;
  right: 67px;
  bottom: -14px;
}
.sidebar-bubble1 {
  position: absolute;
  right: 67px;
  bottom: -70px;
}
.sidebar-bubble,
.sidebar-bubble1 {
  white-space: nowrap;
  padding: 14px 15px;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  transform: scale(0) translateX(100px);
  transition: 0.5s;
  z-index: 9;
}
.sidebar-bubble .sidebar-title,
.sidebar-bubble1 .sidebar-title {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.sidebar-bubble .sidebar-desc,
.sidebar-bubble1 .sidebar-desc {
  margin-top: 6px;
  link: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.sidebar-bubble .sidebar-font1,
.sidebar-bubble1 .sidebar-font1 {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.sidebar-bubble .sidebar-code,
.sidebar-bubble1 .sidebar-code {
  display: flex;
}
.sidebar-bubble .sidebar-code .sidcode-item,
.sidebar-bubble1 .sidebar-code .sidcode-item {
  width: 86px;
  margin-right: 26px;
}
.sidebar-bubble .sidebar-code .sidcode-item img,
.sidebar-bubble1 .sidebar-code .sidcode-item img {
  width: 100%;
  height: 86px;
  margin-top: 6px;
}
.sidebar-bubble .sidebar-code .sidcode-item:last-child,
.sidebar-bubble1 .sidebar-code .sidcode-item:last-child {
  margin-right: 0;
}
.sidebar-c {
  transition: height 0.3s ease-in;
}
.sidebarc-block {
  overflow: visible !important;
  height: 280px !important;
}
.sidebar-none {
  height: 0;
  overflow: hidden;
}
#openButton {
  border-bottom: none;
}
@keyframes LR {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes RL {
  100% {
    width: 100%;
  }
  0% {
    width: 0;
  }
}
.customer_abso {
  position: absolute !important;
  left: 0 !important;
  bottom: 333px !important;
}
.customer-dh1 {
  animation: LR 1s;
}
.customer-dh2 {
  animation: RL 1s;
}
.customer-box {
  z-index: 999;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 96px;
}
.customer {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.customer-list {
  display: flex;
  margin-left: 153px;
}
.customer-list li {
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  border-radius: 50%;
  margin-right: 14px;
}
.customer-list li img {
  height: 48px;
  width: 48px;
}
.customer-text {
  margin-left: 26px;
  display: flex;
  align-items: center;
}
.customer-text img {
  width: 440px;
  height: 50px;
}
.appointment {
  margin-left: 50px;
}
.appointment-btn {
  display: block;
  width: 193px;
  height: 50px;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  background-color: #00a7eb;
  text-align: center;
}
.appointment-btn:hover {
  color: #FFFFFF;
}
.customer-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 8px;
  background-color: #222;
  cursor: pointer;
}
.customer-close img {
  width: 24px;
  height: 24px;
}
.customer-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 123px;
}
.customer-icon img {
  width: 100%;
  height: 100%;
}
.customer-big {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: 0.3s;
}
.customer-min {
  transition: 0.5s;
  bottom: 0;
  width: 160px;
  height: 96px;
  cursor: pointer;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0 48px 48px 0;
}
.customer-minl {
  left: -100%;
}
.customer-minr {
  left: 0px;
}
.customer-select {
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  right: 10px;
}
.customer-select img {
  width: 22px;
  height: 22px;
}
/*# sourceMappingURL=public.css.map */